summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.cpp
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-22 00:50:18 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-22 00:50:18 +0000
commit4efa7f23e3abe6d5442eaab553b4ef0f6bbe66dd (patch)
treedc17dfe4f5c88f5394e448e3f5c52a22bcd341a2 /ace/Thread_Manager.cpp
parent3cbac24f3e70dea90617c6d307e1eadeec92c46a (diff)
downloadATCD-4efa7f23e3abe6d5442eaab553b4ef0f6bbe66dd.tar.gz
(close): Deactivated automatic wait on close.
Diffstat (limited to 'ace/Thread_Manager.cpp')
-rw-r--r--ace/Thread_Manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Thread_Manager.cpp b/ace/Thread_Manager.cpp
index bd669cc226c..23715bb2149 100644
--- a/ace/Thread_Manager.cpp
+++ b/ace/Thread_Manager.cpp
@@ -249,7 +249,7 @@ ACE_Thread_Manager::close (int automatic_wait)
// Clean up the thread descriptor list. Theoretically, there shouldn't
// be any leftover thread at this point.
-#if 1
+#if 0
// @@ Perhaps we should automatically join our threads when we exit?
if (automatic_wait)
this->wait (0, 1);