summaryrefslogtreecommitdiff
path: root/cpp/test
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-04-04 20:37:11 +0000
committerMarc Laukien <marc@zeroc.com>2003-04-04 20:37:11 +0000
commit5ecd51f857580cd98e226e6f8a75524b6bd239e4 (patch)
treefdd01122688a49cde784ae95dab3e84965b45e55 /cpp/test
parentAdded virtual inheritance from IceUtil::Shared (diff)
downloadice-5ecd51f857580cd98e226e6f8a75524b6bd239e4.tar.bz2
ice-5ecd51f857580cd98e226e6f8a75524b6bd239e4.tar.xz
ice-5ecd51f857580cd98e226e6f8a75524b6bd239e4.zip
gcc 2.95.3 fixes
Diffstat (limited to 'cpp/test')
-rw-r--r--cpp/test/IcePack/deployer/Server.cpp2
-rw-r--r--cpp/test/IcePack/simple/Server.cpp2
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);