X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fbuttons%2Fbutton-impl.h;h=02b1360cad80074bb40e0346b8861ae0c036f3b3;hp=5197acadbd4a5002ca7453828d193346e6454558;hb=511ab5d892c68a8bbbc3846e85fc5ec8f7323470;hpb=56d412791a44c2a79135d2293c13fddb135c9d54 diff --git a/dali-toolkit/internal/controls/buttons/button-impl.h b/dali-toolkit/internal/controls/buttons/button-impl.h index 5197aca..02b1360 100644 --- a/dali-toolkit/internal/controls/buttons/button-impl.h +++ b/dali-toolkit/internal/controls/buttons/button-impl.h @@ -260,7 +260,7 @@ public: * @param[in] attributes The attributes with which to perfrom this action. * @return true if action has been accepted by this control */ - static bool DoAction( BaseObject* object, const std::string& actionName, const PropertyValueContainer& attributes ); + static bool DoAction( BaseObject* object, const std::string& actionName, const Property::Map& attributes ); protected: @@ -280,7 +280,7 @@ private: * Perform the click action to click the button. * @param[in] attributes The attributes to perfrom this action. */ - void DoClickAction( const PropertyValueContainer& attributes ); + void DoClickAction( const Property::Map& attributes ); /** * This method is called after the button initialization.