X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-selection-popup-callback-interface.h;h=fc7dbd66c03d69f57ed83d3c960740f8b6d59d61;hb=e9075a50279076fa8d070e8ee53b7922779a8b66;hp=e903b775ed75da69c7019c19f0dbf2964b07d693;hpb=31df2b9472ccbe0ae460a958535be8ef790c96f2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/text-controls/text-selection-popup-callback-interface.h b/dali-toolkit/devel-api/controls/text-controls/text-selection-popup-callback-interface.h index e903b77..fc7dbd6 100644 --- a/dali-toolkit/devel-api/controls/text-controls/text-selection-popup-callback-interface.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-selection-popup-callback-interface.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_SELECTION_POPUP_CALLBACK_INTERFACE_H__ -#define __DALI_TOOLKIT_TEXT_SELECTION_POPUP_CALLBACK_INTERFACE_H__ +#ifndef DALI_TOOLKIT_TEXT_SELECTION_POPUP_CALLBACK_INTERFACE_H +#define DALI_TOOLKIT_TEXT_SELECTION_POPUP_CALLBACK_INTERFACE_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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,10 +23,8 @@ namespace Dali { - namespace Toolkit { - /** * @brief Interface used to receive the TextSelectionPopup's button callbacks. */ @@ -37,19 +35,19 @@ public: * @brief Virtual destructor. */ virtual ~TextSelectionPopupCallbackInterface() - {} + { + } /** * @brief Called when a button is touched. * * @param[in] button The button identifier. */ - virtual void TextPopupButtonTouched( TextSelectionPopup::Buttons button ) = 0; + virtual void TextPopupButtonTouched(TextSelectionPopup::Buttons button) = 0; }; } // namespace Toolkit } // namespace Dali - -#endif // __DALI_TOOLKIT_TEXT_SELECTION_POPUP_CALLBACK_INTERFACE_H__ +#endif // DALI_TOOLKIT_TEXT_SELECTION_POPUP_CALLBACK_INTERFACE_H