X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Ftransition-effects%2Fcube-transition-wave-effect.h;h=493b7c6944cceb08c0bbaa40b0d7f6b3058c5e14;hp=b8a5c4f2b0e281bc7f90439e04d99f2bdb6b0f41;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=3f3cb4f8020f60d4d5dc672ddc426cb73126f80d diff --git a/dali-toolkit/devel-api/transition-effects/cube-transition-wave-effect.h b/dali-toolkit/devel-api/transition-effects/cube-transition-wave-effect.h index b8a5c4f..493b7c6 100644 --- a/dali-toolkit/devel-api/transition-effects/cube-transition-wave-effect.h +++ b/dali-toolkit/devel-api/transition-effects/cube-transition-wave-effect.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_CUBE_TRANSITION_WAVE_EFFECT_H__ -#define __DALI_TOOLKIT_CUBE_TRANSITION_WAVE_EFFECT_H__ +#ifndef DALI_TOOLKIT_CUBE_TRANSITION_WAVE_EFFECT_H +#define DALI_TOOLKIT_CUBE_TRANSITION_WAVE_EFFECT_H /* - * Copyright (c) 2015 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. @@ -39,7 +39,7 @@ namespace Internal DALI_INTERNAL * SubClass of CubeTransitionEffect * Rotate the cubes successively according to the finger movement to achieve wave-like transition effect */ -class DALI_IMPORT_API CubeTransitionWaveEffect : public CubeTransitionEffect +class DALI_TOOLKIT_API CubeTransitionWaveEffect : public CubeTransitionEffect { public: @@ -72,4 +72,5 @@ public: // Not intended for developer use } // namespace Toolkit } // namespace Dali -#endif /* __DALI_TOOLKIT_CUBE_TRANSITION_WAVE_EFFECT_H__ */ + +#endif // DALI_TOOLKIT_CUBE_TRANSITION_WAVE_EFFECT_H