[Release] wrt-installer_0.0.89
[framework/web/wrt-installer.git] / src / jobs / widget_install / widget_install_context.h
index 4fa010b..284cc1b 100755 (executable)
@@ -65,8 +65,6 @@ struct InstallerContext
         INSTALL_BACKUP_EXEC,                           /* For Update */
         INSTALL_NEW_DB_INSERT,                         /* For Update */
 
-        INSTALL_CREATE_PRIVATE_STORAGE,
-        INSTALL_LINK_DEPENDS_DIRECTORY,
         INSTALL_ACE_PREPARE,
         INSTALL_ACE_CHECK,
         INSTALL_SMACK_ENABLE,
@@ -104,6 +102,7 @@ struct InstallerContext
     RequestedDevCapsMap staticPermittedDevCaps;
     std::string installInfo;            ///<For recovery>
     bool m_quiet;
+    InstallLocationType locationType;
 };
 
 #endif // INSTALLER_CONTEXT_H