X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fanimation%2Fanimation.h;h=8f3b187f5e3163bf96e5e5751c7bbd0f55c924fa;hb=5826321b721c2dc09abda23e9d845cb4cf8edc92;hp=644cfb52aff342738ec46f08c161409683bb8fcb;hpb=530f04ff7c31e961708d113d624572d87a57d310;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/animation/animation.h b/dali/public-api/animation/animation.h index 644cfb5..8f3b187 100644 --- a/dali/public-api/animation/animation.h +++ b/dali/public-api/animation/animation.h @@ -123,10 +123,9 @@ class Animation; class DALI_CORE_API Animation : public BaseHandle { public: + using AnimationSignalType = Signal; ///< Animation finished signal type @SINCE_1_0.0 - typedef Signal< void (Animation&) > AnimationSignalType; ///< Animation finished signal type @SINCE_1_0.0 - - typedef Any AnyFunction; ///< Interpolation function @SINCE_1_0.0 + using AnyFunction = Any; ///< Interpolation function @SINCE_1_0.0 /** * @brief Enumeration for what to do when the animation ends, is stopped, or is destroyed.