summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/mfc/server.cpp')
-rw-r--r--TAO/examples/mfc/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/mfc/server.cpp b/TAO/examples/mfc/server.cpp
index 85ea611d723..e5ae0008f05 100644
--- a/TAO/examples/mfc/server.cpp
+++ b/TAO/examples/mfc/server.cpp
@@ -116,7 +116,7 @@ CServerApp::~CServerApp()
argv,
orb_name);
- the_shutdown_orb->shutdown (0 // wait_for_completion);
+ the_shutdown_orb->shutdown (0);
ACE_Thread_Manager::instance ()->wait ();
}