diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-19 20:26:15 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-19 20:26:15 +0000 |
commit | fa1d5c95995b0eece64b5da943e0ee5ad1aaad72 (patch) | |
tree | abfc98d4c9e9074f0c20118215c800cae13e26f7 /cpp/test/Ice/operations/Client.cpp | |
parent | Fixed thread pool property (diff) | |
download | ice-fa1d5c95995b0eece64b5da943e0ee5ad1aaad72.tar.bz2 ice-fa1d5c95995b0eece64b5da943e0ee5ad1aaad72.tar.xz ice-fa1d5c95995b0eece64b5da943e0ee5ad1aaad72.zip |
exception handling fixes
Diffstat (limited to 'cpp/test/Ice/operations/Client.cpp')
-rw-r--r-- | cpp/test/Ice/operations/Client.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/test/Ice/operations/Client.cpp b/cpp/test/Ice/operations/Client.cpp index 78ae8503934..bf7aca3e676 100644 --- a/cpp/test/Ice/operations/Client.cpp +++ b/cpp/test/Ice/operations/Client.cpp @@ -35,10 +35,6 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) { cout << "ok" << endl; } - catch(const Ice::ConnectionLostException&) // For Java compatibility - { - cout << "ok" << endl; - } return EXIT_SUCCESS; } |