diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-17 05:19:56 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-17 05:19:56 +0000 |
commit | 90155a3c0db50679efffe7fa37e9cf56c719a510 (patch) | |
tree | 1942ac4181df24acab0a8771307da8d7968b3767 /cpp/test/Ice/faultTolerance/Client.cpp | |
parent | more fixes (diff) | |
download | ice-90155a3c0db50679efffe7fa37e9cf56c719a510.tar.bz2 ice-90155a3c0db50679efffe7fa37e9cf56c719a510.tar.xz ice-90155a3c0db50679efffe7fa37e9cf56c719a510.zip |
more fixes, more docu
Diffstat (limited to 'cpp/test/Ice/faultTolerance/Client.cpp')
-rw-r--r-- | cpp/test/Ice/faultTolerance/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/faultTolerance/Client.cpp b/cpp/test/Ice/faultTolerance/Client.cpp index fcedc08778c..59c8c3e06e7 100644 --- a/cpp/test/Ice/faultTolerance/Client.cpp +++ b/cpp/test/Ice/faultTolerance/Client.cpp @@ -43,7 +43,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) return EXIT_FAILURE; } - void allTests(const Ice::CommunicatorPtr, const vector<int>&&); + void allTests(const Ice::CommunicatorPtr&, const vector<int>&); allTests(communicator, ports); return EXIT_SUCCESS; } |