summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/bidir/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/bidir/Server.cpp')
-rw-r--r--cpp/demo/Ice/bidir/Server.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/demo/Ice/bidir/Server.cpp b/cpp/demo/Ice/bidir/Server.cpp
index a311635864c..170d12ad77d 100644
--- a/cpp/demo/Ice/bidir/Server.cpp
+++ b/cpp/demo/Ice/bidir/Server.cpp
@@ -38,12 +38,12 @@ CallbackServer::run(int argc, char* argv[])
sender->start();
try
{
- communicator()->waitForShutdown();
+ communicator()->waitForShutdown();
}
catch(...)
{
- sender->destroy();
- throw;
+ sender->destroy();
+ throw;
}
sender->destroy();