diff options
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/IcePack/deployer/Server.cpp | 2 | ||||
-rw-r--r-- | cpp/test/IcePack/simple/Server.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IcePack/deployer/Server.cpp b/cpp/test/IcePack/deployer/Server.cpp index 78398ec8a85..6b9b794453c 100644 --- a/cpp/test/IcePack/deployer/Server.cpp +++ b/cpp/test/IcePack/deployer/Server.cpp @@ -27,7 +27,7 @@ public: }; int -::Server::run(int argc, char* argv[]) +Server::run(int argc, char* argv[]) { Ice::PropertiesPtr properties = communicator()->getProperties(); diff --git a/cpp/test/IcePack/simple/Server.cpp b/cpp/test/IcePack/simple/Server.cpp index 049cb293b26..70419758ee7 100644 --- a/cpp/test/IcePack/simple/Server.cpp +++ b/cpp/test/IcePack/simple/Server.cpp @@ -26,7 +26,7 @@ public: }; int -::Server::run(int argc, char* argv[]) +Server::run(int argc, char* argv[]) { Ice::StringSeq args = Ice::argsToStringSeq(argc, argv); args = communicator()->getProperties()->parseCommandLineOptions("TestAdapter", args); |