diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-06-08 05:10:13 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-06-08 05:10:13 +0000 |
commit | 353add91960fa4f133bd2db69a11f7efa1ced160 (patch) | |
tree | bed068f5c9b04488ddbaa48eb9b58283232d78bf /cpp/src/IcePatch2/Server.cpp | |
parent | *** empty log message *** (diff) | |
download | ice-353add91960fa4f133bd2db69a11f7efa1ced160.tar.bz2 ice-353add91960fa4f133bd2db69a11f7efa1ced160.tar.xz ice-353add91960fa4f133bd2db69a11f7efa1ced160.zip |
Fix for bugs #1015 and #542 (default properties)
Diffstat (limited to 'cpp/src/IcePatch2/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Server.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/IcePatch2/Server.cpp b/cpp/src/IcePatch2/Server.cpp index 1d12361a309..efe193805cf 100644 --- a/cpp/src/IcePatch2/Server.cpp +++ b/cpp/src/IcePatch2/Server.cpp @@ -50,7 +50,6 @@ protected: virtual bool start(int, char*[]); virtual bool stop(); - virtual CommunicatorPtr initializeCommunicator(int&, char*[]); private: @@ -196,11 +195,6 @@ IcePatch2::PatcherService::stop() return true; } -CommunicatorPtr -IcePatch2::PatcherService::initializeCommunicator(int& argc, char* argv[]) -{ - return Service::initializeCommunicator(argc, argv); -} void IcePatch2::PatcherService::usage(const string& appName) |