X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Finternal%2Fcontrols%2Fbuttons%2Fpush-button-impl.cpp;h=9f8452ca3df1aa03e09f9c1c873168be753b6e9e;hp=34245c2c47c9c4a9af5730be80a7bab0c71a5446;hb=7957e6e4dd4c6f97a7296d3125c7410a4b6bc5d7;hpb=1123d866f9342b8950fe63715f6eaa1be9a2c18f diff --git a/base/dali-toolkit/internal/controls/buttons/push-button-impl.cpp b/base/dali-toolkit/internal/controls/buttons/push-button-impl.cpp index 34245c2..9f8452c 100644 --- a/base/dali-toolkit/internal/controls/buttons/push-button-impl.cpp +++ b/base/dali-toolkit/internal/controls/buttons/push-button-impl.cpp @@ -16,15 +16,15 @@ */ // CLASS HEADER - #include "push-button-impl.h" // EXTERNAL INCLUDES - #include +#include +#include +#include // INTERNAL INCLUDES - #include "push-button-default-painter-impl.h" #include @@ -713,7 +713,7 @@ bool PushButton::AutoRepeatingSlot() void PushButton::OnActivated() { // When the button is activated, it performs the click action - std::vector attributes; + PropertyValueContainer attributes; DoClickAction(attributes); } @@ -794,7 +794,7 @@ void PushButton::DoClickAction(const PropertyValueContainer& attributes) } } -bool PushButton::DoAction(BaseObject* object, const std::string& actionName, const std::vector& attributes) +bool PushButton::DoAction(BaseObject* object, const std::string& actionName, const PropertyValueContainer& attributes) { bool ret = false;