Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / shadow-view / shadow-view.h
index 2df4978..52de248 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_SHADOW_VIEW_H__
-#define __DALI_TOOLKIT_SHADOW_VIEW_H__
+#ifndef DALI_TOOLKIT_SHADOW_VIEW_H
+#define DALI_TOOLKIT_SHADOW_VIEW_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.
@@ -75,7 +75,7 @@ class ShadowView;
  *  shadowPlaneBg.SetParentOrigin( ParentOrigin::CENTER );
  *  shadowPlaneBg.SetAnchorPoint( AnchorPoint::CENTER );
  *  shadowPlaneBg.SetSize(700.0f, 700.0f);
- *  shadowPlaneBg.SetPosition( Vector3(0.0f, 0.0f, -30.0f) ); //Just behind the image actor.
+ *  shadowPlaneBg.SetPosition( Vector3(0.0f, 0.0f, -30.0f) ); //Just behind the image view.
  *  shadowView.SetShadowPlaneBackground(ShadowPlane);
  *
  *  Actor pointLight = Actor::New(); // This will be the light source
@@ -99,7 +99,7 @@ class ShadowView;
  *  shadowView.Deactivate();
  *  @endcode
  */
-class DALI_IMPORT_API ShadowView : public Control
+class DALI_TOOLKIT_API ShadowView : public Control
 {
 public:
 
@@ -230,4 +230,4 @@ public:
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_SHADOW_VIEW_H__
+#endif // DALI_TOOLKIT_SHADOW_VIEW_H