[Release] wrt-installer_0.1.47
[framework/web/wrt-installer.git] / src / jobs / widget_uninstall / uninstaller_context.h
index caedcb7..f3eb7c1 100644 (file)
@@ -59,8 +59,10 @@ struct UninstallerContext
 
     UninstallStep uninstallStep;       ///< current step of installation
     Jobs::WidgetUninstall::JobWidgetUninstall *job;
-    std::string pkgname;
-    bool isExternalWidget;
+    std::string tzAppid;
+    std::string tzPkgid;
+    bool removeAbnormal;
+    std::string installedPath;
 };
 
 #endif // WRT_SRC_INSTALLER_CORE_UNINSTALLER_TASKS_UNINSTALLER_CONTEXT_H_