Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / scrollable / scroll-view / scroll-view-effect.h
old mode 100644 (file)
new mode 100755 (executable)
index d6bcc30..d6f3402
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_SCROLL_VIEW_EFFECT_H__
-#define __DALI_TOOLKIT_SCROLL_VIEW_EFFECT_H__
+#ifndef DALI_TOOLKIT_SCROLL_VIEW_EFFECT_H
+#define DALI_TOOLKIT_SCROLL_VIEW_EFFECT_H
 
 /*
- * Copyright (c) 2015 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.
@@ -21,6 +21,9 @@
 // EXTERNAL INCLUDES
 #include <dali/public-api/object/base-handle.h>
 
+// INTERNAL INCLUDES
+#include <dali-toolkit/public-api/dali-toolkit-common.h>
+
 namespace Dali
 {
 
@@ -50,18 +53,18 @@ class ScrollViewEffect;
  * ScrollView instance.
  *
  * Such effects are purely logical (i.e. physics), and may produce
- * properties that can be used with visual effects.  Such as creating
+ * properties that can be used with visual effects, such as creating
  * constraints that are applied to ShaderEffects or Actors using these
  * properties as inputs.
  * @SINCE_1_0.0
  */
-class DALI_IMPORT_API ScrollViewEffect : public Dali::BaseHandle
+class DALI_TOOLKIT_API ScrollViewEffect : public Dali::BaseHandle
 {
 
 public:
 
   /**
-   * @brief Create an uninitialized ScrollViewEffect; this can only be initialized with derived classes.
+   * @brief Creates an uninitialized ScrollViewEffect; this can only be initialized with derived classes.
    *
    * Calling member functions with an uninitialized Toolkit::BaseObject is not allowed.
    * @SINCE_1_0.0
@@ -75,7 +78,7 @@ public: // Not intended for application developers
    * @brief This constructor is used by Dali New() methods.
    *
    * @SINCE_1_0.0
-   * @param [in] impl A pointer to a newly allocated Dali resource
+   * @param[in] impl A pointer to a newly allocated Dali resource
    */
   explicit DALI_INTERNAL ScrollViewEffect(Internal::ScrollViewEffect *impl);
   /// @endcond
@@ -89,4 +92,4 @@ public: // Not intended for application developers
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_SCROLL_VIEW_EFFECT_H__
+#endif // DALI_TOOLKIT_SCROLL_VIEW_EFFECT_H