Dali-Text: Keyboard Shortcuts
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-scroller-interface.h
index 31a0819..9cecc36 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H__
-#define __DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H__
+#ifndef DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H
+#define DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H
 
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -37,14 +37,10 @@ class ScrollerInterface
 public:
 
   /**
-   * @brief Constructor.
-   */
-  ScrollerInterface();
-
-  /**
    * @brief Virtual destructor.
    */
-  virtual ~ScrollerInterface();
+  virtual ~ScrollerInterface()
+  {}
 
   /**
    * @brief Called when the scrolling finishes
@@ -58,4 +54,4 @@ public:
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H__
+#endif // DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H