Merge "[Release] wrt-commons_0.2.131"
authorHOSEON LEE <hoseon46.lee@samsung.com>
Thu, 20 Jun 2013 05:08:05 +0000 (05:08 +0000)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 20 Jun 2013 05:08:05 +0000 (05:08 +0000)
modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index d0ecc41..a21f2f4
@@ -257,13 +257,13 @@ class ConfigParserData
 
     struct Metadata
     {
-        Metadata(const DPL::String& _key,
-                 const DPL::String& _value) :
+        Metadata(const DPL::OptionalString& _key,
+                 const DPL::OptionalString& _value) :
             key(_key),
             value(_value)
         {}
-        DPL::String key;
-        DPL::String value;
+        DPL::OptionalString key;
+        DPL::OptionalString value;
 
         bool operator==(const Metadata&) const;
         bool operator!=(const Metadata&) const;