summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/Server.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-10-12 00:50:11 +0000
committerMarc Laukien <marc@zeroc.com>2001-10-12 00:50:11 +0000
commitf6cebb3284ed16cb3b8940c69b8b475855f8f0df (patch)
tree2df05a2a8b279661b964f230f23f36255cad0a8c /cpp/test/Ice/operations/Server.cpp
parentslicified local exceptions (diff)
downloadice-f6cebb3284ed16cb3b8940c69b8b475855f8f0df.tar.bz2
ice-f6cebb3284ed16cb3b8940c69b8b475855f8f0df.tar.xz
ice-f6cebb3284ed16cb3b8940c69b8b475855f8f0df.zip
fixes
Diffstat (limited to 'cpp/test/Ice/operations/Server.cpp')
-rw-r--r--cpp/test/Ice/operations/Server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/operations/Server.cpp b/cpp/test/Ice/operations/Server.cpp
index 1a99bc502fb..963f7397b27 100644
--- a/cpp/test/Ice/operations/Server.cpp
+++ b/cpp/test/Ice/operations/Server.cpp
@@ -37,7 +37,7 @@ main(int argc, char* argv[])
status = run(argc, argv, communicator);
}
- catch(const Ice::LocalException& ex)
+ catch(const Ice::Exception& ex)
{
cerr << ex << endl;
status = EXIT_FAILURE;
@@ -49,7 +49,7 @@ main(int argc, char* argv[])
{
communicator->destroy();
}
- catch(const Ice::LocalException& ex)
+ catch(const Ice::Exception& ex)
{
cerr << ex << endl;
status = EXIT_FAILURE;