Add new field of BoxContentInfo for 'fast-open' attribute of <tizen:pd>
authorYunchan Cho <yunchan.cho@samsung.com>
Thu, 25 Apr 2013 13:35:17 +0000 (22:35 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Sat, 27 Apr 2013 15:36:43 +0000 (00:36 +0900)
[Issue#] N/A
[Problem] There is no field used by installer after parsing 'fast-open' attribute
[Cause] N/A
[Solution] For this, new field of BoxContentInfo is added

Change-Id: I3e6dafcbcf88554e021a54610c3187d9f4fe43c2

modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h

index d8336c8..2a85422 100644 (file)
@@ -195,6 +195,7 @@ class ConfigParserData
             DPL::String m_pdSrc;
             DPL::String m_pdWidth;
             DPL::String m_pdHeight;
+            DPL::String m_pdFastOpen;
         };
         typedef BoxContent BoxContentInfo;