Textfield: remove duplicated functionality
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / page-turn-view / page-turn-landscape-view.h
index 9460b21..8f586f8 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_PAGE_TURN_LANDSCAPE_VIEW_H__
-#define __DALI_TOOLKIT_PAGE_TURN_LANDSCAPE_VIEW_H__
+#ifndef DALI_TOOLKIT_PAGE_TURN_LANDSCAPE_VIEW_H
+#define DALI_TOOLKIT_PAGE_TURN_LANDSCAPE_VIEW_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,7 +37,7 @@ class PageTurnLandscapeView;
  * @brief PageTurnLandscapeView provides a page turn view in landscape mode
  * @SINCE_1_0.0
  */
-class DALI_IMPORT_API PageTurnLandscapeView : public PageTurnView
+class DALI_TOOLKIT_API PageTurnLandscapeView : public PageTurnView
 {
 public:
   /**
@@ -71,10 +71,10 @@ public:
    * @brief Create an initialized PageTurnLandscapeView control
    * @SINCE_1_0.0
    * @param[in] pageFactory The factory which provides PageTurnView with pages.
-   * @param[in] pageSize The size of the page
+   * @param[in] viewPageSize The size of the page
    * @return A handle to the PageTurnLandscapeView control.
    */
-  static PageTurnLandscapeView New( PageFactory& pageFactory, const Vector2& pageSize );
+  static PageTurnLandscapeView New( PageFactory& pageFactory, const Vector2& viewPageSize );
 
   /**
    * @brief Downcast an Object handle to PageTurnPortraitView. If handle points to a PageTurnLandscapeView the
@@ -108,4 +108,4 @@ public: // Not intended for application developers
 
 } // namespace Dali
 
-#endif /* __DALI_TOOLKIT_PAGE_TURN_LANDSCAPE_VIEW_H__ */
+#endif /* DALI_TOOLKIT_PAGE_TURN_LANDSCAPE_VIEW_H */