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=0175537c8f0ff2e10f99e666c481cf0e628d0fcf;hp=49cacd5aaffa2ea7f006145ed45a8351fb96da48;hpb=b97b29c76acefabbae2c0a4e9ecc261bf9dd8036;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 49cacd5..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 @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_SELECTION_POPUP_CALLBACK_INTERFACE_H /* - * Copyright (c) 2019 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