[Release] wrt-installer_0.1.53
[framework/web/wrt-installer.git] / src / jobs / widget_install / widget_install_context.h
index bd96390..a981670 100644 (file)
@@ -30,6 +30,7 @@
 #include <feature_logic.h>
 #include <widget_install/widget_update_info.h>
 #include <widget_location.h>
+#include <wrt_install_mode.h>
 
 namespace Jobs {
 namespace WidgetInstall {
@@ -100,6 +101,7 @@ struct InstallerContext
     std::string installInfo;            ///<For recovery>
     InstallLocationType locationType;
     bool isUpdateMode;
+    InstallMode mode;
 };
 
 #endif // INSTALLER_CONTEXT_H