X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fbuilder%2Fbuilder-impl.cpp;h=8b690719524389e40429cb22b0be191d69f3e649;hb=e4c8362431523550a745b190c67c0c8e3f25ac4d;hp=517d78f30154bd17a7fe88dc581af1f6a84bd20d;hpb=b3bc00de03dc8de81a784051e22dc10083ebea64;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/builder/builder-impl.cpp b/dali-toolkit/internal/builder/builder-impl.cpp index 517d78f..8b69071 100644 --- a/dali-toolkit/internal/builder/builder-impl.cpp +++ b/dali-toolkit/internal/builder/builder-impl.cpp @@ -70,23 +70,22 @@ namespace { #define TOKEN_STRING(x) #x -const std::string KEYNAME_ACTORS = "actors"; -const std::string KEYNAME_ENTRY_TRANSITION = "entryTransition"; -const std::string KEYNAME_EXIT_TRANSITION = "exitTransition"; -const std::string KEYNAME_INCLUDES = "includes"; -const std::string KEYNAME_INHERIT = "inherit"; -const std::string KEYNAME_MAPPINGS = "mappings"; -const std::string KEYNAME_NAME = "name"; -const std::string KEYNAME_SIGNALS = "signals"; -const std::string KEYNAME_STATES = "states"; -const std::string KEYNAME_STYLES = "styles"; -const std::string KEYNAME_TEMPLATES = "templates"; -const std::string KEYNAME_TRANSITIONS = "transitions"; -const std::string KEYNAME_TYPE = "type"; -const std::string KEYNAME_VISUALS = "visuals"; - -const std::string PROPERTIES = "properties"; -const std::string ANIMATABLE_PROPERTIES = "animatableProperties"; +const char* KEYNAME_ACTORS = "actors"; +const char* KEYNAME_ENTRY_TRANSITION = "entryTransition"; +const char* KEYNAME_EXIT_TRANSITION = "exitTransition"; +const char* KEYNAME_INCLUDES = "includes"; +const char* KEYNAME_INHERIT = "inherit"; +const char* KEYNAME_MAPPINGS = "mappings"; +const char* KEYNAME_SIGNALS = "signals"; +const char* KEYNAME_STATES = "states"; +const char* KEYNAME_STYLES = "styles"; +const char* KEYNAME_TEMPLATES = "templates"; +const char* KEYNAME_TRANSITIONS = "transitions"; +const char* KEYNAME_TYPE = "type"; +const char* KEYNAME_VISUALS = "visuals"; + +const char* PROPERTIES = "properties"; +const char* ANIMATABLE_PROPERTIES = "animatableProperties"; typedef std::vector TreeNodeList;