diff options
Diffstat (limited to 'cpp/include/Ice/Service.h')
-rw-r--r-- | cpp/include/Ice/Service.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/cpp/include/Ice/Service.h b/cpp/include/Ice/Service.h index ead0f5e4e7d..c124d371e1e 100644 --- a/cpp/include/Ice/Service.h +++ b/cpp/include/Ice/Service.h @@ -45,10 +45,6 @@ public: // // Win32: // - // --install NAME [--display DISP] [--executable EXEC] - // --uninstall NAME - // --start NAME [args ...] - // --stop NAME // --service NAME // // Unix: @@ -130,28 +126,6 @@ public: // void configureService(const std::string&); - // - // Installs a Win32 service. - // - int installService(bool, const Ice::StringConverterPtr&, const std::string&, const std::string&, const std::string&, - const std::vector<std::string>&); - - // - // Uninstalls a Win32 service. - // - int uninstallService(bool, const std::string&); - - // - // Starts a Win32 service. The argument vector is passed to the - // service at startup. - // - int startService(const std::string&, const std::vector<std::string>&); - - // - // Stops a running Win32 service. - // - int stopService(const std::string&); - static void setModuleHandle(HMODULE); #else |