Add a boxlabel Type.
authorleerang song <leerang.song@samsung.com>
Mon, 27 May 2013 05:39:16 +0000 (14:39 +0900)
committerGerrit Code Review <gerrit2@kim11>
Fri, 31 May 2013 08:00:05 +0000 (17:00 +0900)
[Issue#] N/A
[Bug] N/A
[Cause] Add function for parsing language label in widget_parser
[Solution] Add a boxlabel Type.
[Verification] This commit should be release with wrt-installer.

Change-Id: I109c6d4ead8de5ecead8f0e1ebce3252463ca75e

modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 52526fc..d0ecc41
@@ -181,6 +181,7 @@ class ConfigParserData
     typedef std::list<AppControlInfo> AppControlInfoList;
 
     typedef std::list<std::pair<DPL::String, DPL::String> > BoxSizeList;
+    typedef std::list<std::pair<DPL::String, DPL::String> > BoxLabelList;
 
     struct LiveboxInfo
     {
@@ -199,7 +200,7 @@ class ConfigParserData
         };
         typedef BoxContent BoxContentInfo;
 
-        DPL::String m_label;
+        BoxLabelList m_label;
         DPL::String m_icon;
         DPL::String m_liveboxId;
         DPL::String m_primary;