Default values for UIApplicationInfo 23/52923/2
authorTomasz Iwanek <t.iwanek@samsung.com>
Fri, 27 Nov 2015 12:06:55 +0000 (13:06 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Mon, 30 Nov 2015 14:37:59 +0000 (06:37 -0800)
Change-Id: Ic88b00297aa7c855070b304471ad5576d1e742da

src/tpk_manifest_handlers/ui_application_handler.cc
src/tpk_manifest_handlers/ui_application_handler.h

index 9212aa2bb855451ae198c0fbc1aadddea1896ae4..ee69862d17810e13df594fc90585488c55f46a7e 100644 (file)
@@ -400,6 +400,12 @@ bool ParseUIApplicationAndStore(
   return true;
 }
 
+UIApplicationInfo::UIApplicationInfo()
+    : multiple_("false"),
+      nodisplay_("false"),
+      taskmanage_("true") {
+}
+
 bool UIApplicationHandler::Parse(
     const parser::Manifest& manifest,
     std::shared_ptr<parser::ManifestData>* output,
index f73aeb6bd669ec3aa12db391ba7786f5564e9e6c..712d821293d7ed20ac9964385c5d8462eeb42496 100644 (file)
@@ -19,6 +19,7 @@ namespace parse {
 
 class UIApplicationInfo : public parser::ManifestData {
  public:
+  UIApplicationInfo();
   /**
    * @brief key
    * @param key string