summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-09-19 20:26:15 +0000
committerMarc Laukien <marc@zeroc.com>2002-09-19 20:26:15 +0000
commitfa1d5c95995b0eece64b5da943e0ee5ad1aaad72 (patch)
treeabfc98d4c9e9074f0c20118215c800cae13e26f7 /cpp/test/Ice/operations/Client.cpp
parentFixed thread pool property (diff)
downloadice-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.cpp4
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;
}