[Release] wrt-installer_0.1.114
[framework/web/wrt-installer.git] / src / jobs / widget_install / task_encrypt_resource.h
index 72dac56..b89a992 100644 (file)
@@ -25,8 +25,6 @@
 #include <dpl/task.h>
 #include <string>
 
-#include <dpl/encryption/resource_encryption.h>
-
 class InstallerContext;
 
 namespace Jobs {
@@ -40,11 +38,12 @@ class TaskEncryptResource : public DPL::TaskDecl<TaskEncryptResource>
 
     void StepEncryptResource();
 
+    void StartStep();
+    void EndStep();
+
     void EncryptDirectory(std::string path);
     void EncryptFile(const std::string &fileName);
 
-    WRTEncryptor::ResourceEncryptor *m_resEnc;
-
   public:
     explicit TaskEncryptResource(InstallerContext &installerContext);
 };