X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fscroll-view%2Fscroll-view-page-path-effect.h;h=4207633a76e4cb2fe25594acd28ad8cc9b2b3f8f;hp=dc2369414d901003992977f84ec48ff48749abf4;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=fbb1f2f599b2fc1a54b327039ce6111f4b4ba4cf diff --git a/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-page-path-effect.h b/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-page-path-effect.h old mode 100644 new mode 100755 index dc23694..4207633 --- a/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-page-path-effect.h +++ b/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-page-path-effect.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_SCROLL_VIEW_PAGE_PATH_EFFECT_H__ -#define __DALI_TOOLKIT_SCROLL_VIEW_PAGE_PATH_EFFECT_H__ +#ifndef DALI_TOOLKIT_SCROLL_VIEW_PAGE_PATH_EFFECT_H +#define DALI_TOOLKIT_SCROLL_VIEW_PAGE_PATH_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 @@ // INTERNAL INCLUDES #include +// INTERNAL INCLUDES +#include + namespace Dali { @@ -62,7 +65,7 @@ class ScrollViewPagePathEffect; * not implemented. * @SINCE_1_0.0 */ -class DALI_IMPORT_API ScrollViewPagePathEffect : public ScrollViewEffect +class DALI_TOOLKIT_API ScrollViewPagePathEffect : public ScrollViewEffect { public: @@ -125,4 +128,4 @@ protected: } // namespace Dali -#endif // __DALI_TOOLKIT_SCROLL_VIEW_PAGE_PATH_EFFECT_H__ +#endif // DALI_TOOLKIT_SCROLL_VIEW_PAGE_PATH_EFFECT_H