summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:05:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:05:59 +0000
commit844f5e08ddca79f6292eb450f42d20554b6e4d04 (patch)
treeeb14d36a4a88107026327eb479a6ce64de6aac0b
parenta946563b87460ffe11382524536d949bd7cf6684 (diff)
downloadATCD-844f5e08ddca79f6292eb450f42d20554b6e4d04.tar.gz
Sat Jan 27 06:05:12 UTC 2007 Johnny Willemsen <jwillmesen@remedy.nl>
-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 ();
}