summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/locationForward/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-17 05:19:56 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-17 05:19:56 +0000
commit90155a3c0db50679efffe7fa37e9cf56c719a510 (patch)
tree1942ac4181df24acab0a8771307da8d7968b3767 /cpp/test/Ice/locationForward/Client.cpp
parentmore fixes (diff)
downloadice-90155a3c0db50679efffe7fa37e9cf56c719a510.tar.bz2
ice-90155a3c0db50679efffe7fa37e9cf56c719a510.tar.xz
ice-90155a3c0db50679efffe7fa37e9cf56c719a510.zip
more fixes, more docu
Diffstat (limited to 'cpp/test/Ice/locationForward/Client.cpp')
-rw-r--r--cpp/test/Ice/locationForward/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/locationForward/Client.cpp b/cpp/test/Ice/locationForward/Client.cpp
index 15b528933fb..365b4475e57 100644
--- a/cpp/test/Ice/locationForward/Client.cpp
+++ b/cpp/test/Ice/locationForward/Client.cpp
@@ -57,7 +57,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
return EXIT_FAILURE;
}
- void allTests(const Ice::CommunicatorPtr, int, int&);
+ void allTests(const Ice::CommunicatorPtr&, int, int);
allTests(communicator, port, lastPort);
return EXIT_SUCCESS;
}