summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/Server.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-03-02 15:05:34 +0000
committerMarc Laukien <marc@zeroc.com>2004-03-02 15:05:34 +0000
commitd7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40 (patch)
tree13b2c5d18368d7d819a312db0265eff0b77be863 /cpp/test/Ice/operations/Server.cpp
parenttimeout fix (diff)
downloadice-d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40.tar.bz2
ice-d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40.tar.xz
ice-d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40.zip
fix
Diffstat (limited to 'cpp/test/Ice/operations/Server.cpp')
-rw-r--r--cpp/test/Ice/operations/Server.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/Ice/operations/Server.cpp b/cpp/test/Ice/operations/Server.cpp
index 8c53f3ff1ed..116c1a82acf 100644
--- a/cpp/test/Ice/operations/Server.cpp
+++ b/cpp/test/Ice/operations/Server.cpp
@@ -39,7 +39,6 @@ main(int argc, char* argv[])
{
communicator = Ice::initialize(argc, argv);
status = run(argc, argv, communicator);
-
}
catch(const Ice::Exception& ex)
{