X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fscrollable%2Fbouncing-effect-actor.h;h=58a19a7152a5359347d6070cdd776a9da8ace233;hp=5e33a832a99ce97f3c020935542cc1603e2d86b2;hb=9ddd5fea6278d06b8874988498c7c4c6508750ba;hpb=f2039d47f9bed8104575da80a2ecf0bb6e37ff8d diff --git a/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.h b/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.h index 5e33a83..58a19a7 100644 --- a/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.h +++ b/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_BOUNCING_EFFECT_ACTOR_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. @@ -24,13 +24,10 @@ namespace Dali { - namespace Toolkit { - namespace Internal { - /** * @brief Creates a Dali::Actor to display the bouncing effect for overshoot * @@ -57,7 +54,7 @@ namespace Internal * @param[out] bouncePropertyIndex The property index which controls the bouncing * @return The actor which displays the bouncing effect */ -Actor CreateBouncingEffectActor( Property::Index& bouncePropertyIndex); +Actor CreateBouncingEffectActor(Property::Index& bouncePropertyIndex); } // namespace Internal @@ -65,5 +62,4 @@ Actor CreateBouncingEffectActor( Property::Index& bouncePropertyIndex); } // namespace Dali - #endif // DALI_TOOLKIT_INTERNAL_BOUNCING_EFFECT_ACTOR_H