X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftool-bar%2Ftool-bar.h;h=e3ec99a73d5e2656204cec453523117c9521c3f8;hb=a97787d5b7db865cea0b003db309a619877b0144;hp=b9f2c194727f6af3945e88c35a1891032f666540;hpb=1c5674a11a51310ee689d6daf4e6b7d94dec607e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/tool-bar/tool-bar.h b/dali-toolkit/devel-api/controls/tool-bar/tool-bar.h index b9f2c19..e3ec99a 100644 --- a/dali-toolkit/devel-api/controls/tool-bar/tool-bar.h +++ b/dali-toolkit/devel-api/controls/tool-bar/tool-bar.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TOOL_BAR_H__ -#define __DALI_TOOLKIT_TOOL_BAR_H__ +#ifndef DALI_TOOLKIT_TOOL_BAR_H +#define DALI_TOOLKIT_TOOL_BAR_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. @@ -22,7 +22,7 @@ #include // INTERNAL INCLUDES -#include +#include namespace Dali { @@ -43,7 +43,7 @@ class ToolBar; * is not forbidden, it adds controls on the left group with a size of 10% of the total tool bar size. * Dali::Actor::Remove() method does nothing. */ -class DALI_IMPORT_API ToolBar : public Control +class DALI_TOOLKIT_API ToolBar : public Control { public: static const Toolkit::Alignment::Padding DEFAULT_PADDING; ///< Default padding space between controls. By default all values are set to 0. @@ -124,4 +124,4 @@ public: // Not intended for application developers } // namespace Dali -#endif // __DALI_TOOLKIT_TOOL_BAR_H__ +#endif // DALI_TOOLKIT_TOOL_BAR_H