[Release] wrt-installer_0.1.114
[framework/web/wrt-installer.git] / src / wrt-installer / wrt-installer.h
index 4405a07..6752ea9 100644 (file)
@@ -51,12 +51,6 @@ const char* const VALUE_TRUE = "true";
 const char* const VALUE_FALSE = "false";
 }
 
-enum ReturnValue
-{
-    RE_SUCCESS,
-    RE_FAIL
-};
-
 class WrtInstaller :
     public DPL::Application,
     private DPL::Event::Controller<DPL::TypeListDecl<
@@ -81,6 +75,7 @@ class WrtInstaller :
 
   private:
     void         showHelpAndQuit();
+    void         showArguments();
 
     // Events
     virtual void OnEventReceived(const WRTInstallerNS::QuitEvent &event);
@@ -94,6 +89,7 @@ class WrtInstaller :
     void installPluginsStep();
     void uninstallPkgNameStep();
     void unistallWgtFileStep();
+    void removeUpdateStep();
     void shutdownStep();
 
     // Static callbacks
@@ -129,7 +125,6 @@ class WrtInstaller :
                                         void* userdata);
 
     void installNewPlugins();
-    bool popupsEnabled() const;
     CSCConfiguration::dataMap parseCSCConfiguration(std::string str);
     void showErrorMsg(WrtErrStatus status, std::string tizenId, std::string
             printMsg);