[Release] wrt-installer_0.1.114
[framework/web/wrt-installer.git] / src / jobs / widget_install / task_smack.h
index ad32e5c..18ce62c 100644 (file)
@@ -41,11 +41,13 @@ class TaskSmack :
     void StepSmackFolderLabeling();
     void StepSmackPrivilege();
     void StepRevokeForUpdate();
-    void StepSetEndofInstallation();
     void StepAbortSmack();
 
     bool setLabelForSharedDir(const char* pkgId);
 
+    void StartStep();
+    void EndStep();
+
   public:
     TaskSmack(InstallerContext& context);
 };