X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftool-bar%2Ftool-bar-impl.h;h=6f8a82b40299d56889db01a517eb3ad7820a785b;hp=7caaed598ddff0183465f83b54f7979e9bd0c544;hb=b1e8521ad77e7b4e62b59613b2edef64429130e9;hpb=c3f7ea6cb0c0b75c2276193aff88b5c7a679a2d5 diff --git a/dali-toolkit/internal/controls/tool-bar/tool-bar-impl.h b/dali-toolkit/internal/controls/tool-bar/tool-bar-impl.h index 7caaed5..6f8a82b 100644 --- a/dali-toolkit/internal/controls/tool-bar/tool-bar-impl.h +++ b/dali-toolkit/internal/controls/tool-bar/tool-bar-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_TOOL_BAR_H__ -#define __DALI_TOOLKIT_INTERNAL_TOOL_BAR_H__ +#ifndef DALI_TOOLKIT_INTERNAL_TOOL_BAR_H +#define DALI_TOOLKIT_INTERNAL_TOOL_BAR_H /* - * Copyright (c) 2014 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. @@ -23,7 +23,7 @@ // INTERNAL INCLUDES #include -#include +#include #include namespace Dali @@ -72,9 +72,9 @@ private: // From Control * Adds a control using some default values (the control uses 10% of the tool bar space and is placed on the left group). * @param child The control to be added. * - * @see Control::OnControlChildAdd() + * @see Control::OnChildAdd() */ - virtual void OnControlChildAdd(Actor& child); + virtual void OnChildAdd(Actor& child); private: /** @@ -155,4 +155,4 @@ inline const Toolkit::Internal::ToolBar& GetImpl( const Toolkit::ToolBar& toolBa } // namespace Dali -#endif // __DALI_TOOLKIT_INTERNAL_TOOL_BAR_H__ +#endif // DALI_TOOLKIT_INTERNAL_TOOL_BAR_H