From 81c36f782c3c06068d8d7893be847763ad053b3d Mon Sep 17 00:00:00 2001 From: leerang song Date: Mon, 27 May 2013 14:39:16 +0900 Subject: [PATCH] Add a boxlabel Type. [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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h diff --git a/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h b/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h old mode 100644 new mode 100755 index 52526fc..d0ecc41 --- a/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h +++ b/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h @@ -181,6 +181,7 @@ class ConfigParserData typedef std::list AppControlInfoList; typedef std::list > BoxSizeList; + typedef std::list > 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; -- 2.34.1