diff options
author | Jose <jose@zeroc.com> | 2012-08-15 15:53:28 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-08-15 15:53:28 +0200 |
commit | 8602ff6e888c4349f1c2f84c4b1d6936bc14f9fc (patch) | |
tree | 22ce0a5cf2cd8bc4d2e90885bad52b3cc9151739 /cpp/include/Ice/Service.h | |
parent | Minor fix for WinRT builds (diff) | |
download | ice-8602ff6e888c4349f1c2f84c4b1d6936bc14f9fc.tar.bz2 ice-8602ff6e888c4349f1c2f84c4b1d6936bc14f9fc.tar.xz ice-8602ff6e888c4349f1c2f84c4b1d6936bc14f9fc.zip |
ICE-4820 - Service class public API
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 |