[Release] wrt-installer_0.1.30
[framework/web/wrt-installer.git] / src / jobs / widget_install / task_certify.h
index 06e9610..6c42853 100644 (file)
@@ -28,7 +28,6 @@
 
 //WRT INCLUDES
 #include <dpl/task.h>
-#include <widget_install/widget_install_popup.h>
 
 class InstallerContext;
 
@@ -39,8 +38,7 @@ class SignatureData;
 namespace Jobs {
 namespace WidgetInstall {
 class TaskCertify :
-    public DPL::TaskDecl<TaskCertify>,
-    public WidgetInstallPopup
+    public DPL::TaskDecl<TaskCertify>
 {
   public:
     TaskCertify(InstallerContext &inCont);
@@ -52,19 +50,11 @@ class TaskCertify :
     //steps
     void stepSignature();
     void stepVerifyUpdate();
-    void stepWarningPopup();
-    void stepAuthorInfoPopup();
-    void stepWarningPopupAnswer();
-    void stepAuthorInfoPopupAnswer();
-    void StepDeletePopupWin();
     void stepFinalize();
-    void createInstallPopup(PopupType type, const std::string &label);
 
     void processDistributorSignature(const ValidationCore::SignatureData &data);
     void processAuthorSignature(const ValidationCore::SignatureData &data);
 
-    std::string createAuthorWidgetInfo() const;
-
     bool isTizenWebApp() const;
 };
 } //namespace WidgetInstall