X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscroll-bar%2Fscroll-bar.h;h=d988212cc2be310078229a3403fbadc0c60de208;hp=2a9df0d93f84e8d20127d1cba1ccd1fb9df1592f;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=6d44334a46a0b3321824ee05854cef4aa57b1e21 diff --git a/dali-toolkit/public-api/controls/scroll-bar/scroll-bar.h b/dali-toolkit/public-api/controls/scroll-bar/scroll-bar.h index 2a9df0d..d988212 100755 --- a/dali-toolkit/public-api/controls/scroll-bar/scroll-bar.h +++ b/dali-toolkit/public-api/controls/scroll-bar/scroll-bar.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_SCROLL_BAR_H__ -#define __DALI_TOOLKIT_SCROLL_BAR_H__ +#ifndef DALI_TOOLKIT_SCROLL_BAR_H +#define DALI_TOOLKIT_SCROLL_BAR_H /* - * Copyright (c) 2017 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. @@ -49,7 +49,7 @@ class ScrollBar; * | scrollPositionIntervalReached | @ref ScrollPositionIntervalReachedSignal() | * @SINCE_1_0.0 */ -class DALI_IMPORT_API ScrollBar : public Control +class DALI_TOOLKIT_API ScrollBar : public Control { public: @@ -447,4 +447,4 @@ public: // Not intended for application developers } // namespace Dali -#endif // __DALI_TOOLKIT_SCROLL_BAR_H__ +#endif // DALI_TOOLKIT_SCROLL_BAR_H