[Release] wrt-installer_0.1.47
[framework/web/wrt-installer.git] / src / jobs / widget_install / task_smack.h
index 8d87e04..4b09f19 100644 (file)
@@ -29,14 +29,17 @@ class InstallerContext;
 
 namespace Jobs {
 namespace WidgetInstall {
-class TaskSmack:
+class TaskSmack :
     public DPL::TaskDecl<TaskSmack>,
     public DPL::Event::ICDelegateSupport<TaskSmack>
 {
   private:
     InstallerContext& m_context;
 
-    void Step();
+    void SmackFolderLabelingStep();
+    void SmackPrivilegeStep();
+    void SmackTemporaryStep();
+    void SetEndofInstallation();
 
   public:
     TaskSmack(InstallerContext& context);