X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Ftransition-effects%2Fcube-transition-cross-effect.h;h=adbab92c096f8a9456105c2705c12c9ea8953ecf;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hp=11bcc2e6cb3adc1e85cc253c2033b56affcaccca;hpb=3f3cb4f8020f60d4d5dc672ddc426cb73126f80d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/transition-effects/cube-transition-cross-effect.h b/dali-toolkit/devel-api/transition-effects/cube-transition-cross-effect.h index 11bcc2e..adbab92 100644 --- a/dali-toolkit/devel-api/transition-effects/cube-transition-cross-effect.h +++ b/dali-toolkit/devel-api/transition-effects/cube-transition-cross-effect.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_CUBE_TRANSITION_CROSS_EFFECT_H__ -#define __DALI_TOOLKIT_CUBE_TRANSITION_CROSS_EFFECT_H__ +#ifndef DALI_TOOLKIT_CUBE_TRANSITION_CROSS_EFFECT_H +#define DALI_TOOLKIT_CUBE_TRANSITION_CROSS_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 neighboring cubes in perpendicular directions to transition from one image to another */ -class DALI_IMPORT_API CubeTransitionCrossEffect : public CubeTransitionEffect +class DALI_TOOLKIT_API CubeTransitionCrossEffect : public CubeTransitionEffect { public: @@ -73,4 +73,4 @@ public: // Not intended for developer use } // namespace Dali -#endif /* __DALI_TOOLKIT_CUBE_TRANSITION_CROSS_EFFECT_H__ */ +#endif // DALI_TOOLKIT_CUBE_TRANSITION_CROSS_EFFECT_H