X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-scroller-interface.h;h=01813823a0245087f2a4c7b20850696693d21dd2;hp=08b115341aca940c44fac33383fd83a6ae9a51b3;hb=750fadba87bb959c9af32e89e3f1bc7af6cb6dd2;hpb=ee431c9e2b342243f9e0e2b6bafca7505d321457 diff --git a/dali-toolkit/internal/text/text-scroller-interface.h b/dali-toolkit/internal/text/text-scroller-interface.h index 08b1153..0181382 100644 --- a/dali-toolkit/internal/text/text-scroller-interface.h +++ b/dali-toolkit/internal/text/text-scroller-interface.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H__ -#define __DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H__ +#ifndef DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H +#define DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -20,27 +20,24 @@ namespace Dali { - class Actor; namespace Toolkit { - namespace Text { - /** * @brief An interface used by the text-controls which implement auto-scrolling */ class ScrollerInterface { public: - /** * @brief Virtual destructor. */ virtual ~ScrollerInterface() - {} + { + } /** * @brief Called when the scrolling finishes @@ -54,4 +51,4 @@ public: } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H__ +#endif // DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H