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=9cecc362f40adbb8e16ff7e54d3fcc1b1148a277;hp=31a081948ab45bc63d4938ecefc1842aa325a2a0;hb=528aa3699cd51dab5115bca1aaebb65d4bc67c15;hpb=cb1a9e02b309e48b8599fa7bb34ab7856fb823e7 diff --git a/dali-toolkit/internal/text/text-scroller-interface.h b/dali-toolkit/internal/text/text-scroller-interface.h index 31a0819..9cecc36 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) 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. @@ -37,14 +37,10 @@ class ScrollerInterface public: /** - * @brief Constructor. - */ - ScrollerInterface(); - - /** * @brief Virtual destructor. */ - virtual ~ScrollerInterface(); + virtual ~ScrollerInterface() + {} /** * @brief Called when the scrolling finishes @@ -58,4 +54,4 @@ public: } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H__ +#endif // DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H