summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-22 00:15:58 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-22 00:15:58 +0000
commitd0926187c2935db3e8fabdc7ce42509ac3ff23fd (patch)
tree133c77094fc7028a005c0faaa34b0f0d60d1bceb /ace/Thread_Manager.h
parentadf928c454d675a3e9736c5900405165eb784624 (diff)
downloadATCD-d0926187c2935db3e8fabdc7ce42509ac3ff23fd.tar.gz
ChangeLogTag:Sat Aug 21 12:36:40 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Thread_Manager.h')
-rw-r--r--ace/Thread_Manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Thread_Manager.h b/ace/Thread_Manager.h
index c3aa1565ae3..197a8ba17b1 100644
--- a/ace/Thread_Manager.h
+++ b/ace/Thread_Manager.h
@@ -486,7 +486,7 @@ public:
// -1 on failure (<errno> will explain...), otherwise returns the
// group id of the threads.
- void *exit (void *status,
+ void *exit (void *status = 0,
int do_thread_exit = 1);
// Called to clean up when a thread exits. If <do_thread_exit> is
// non-0 then <ACE_Thread::exit> is called to exit the thread, in
@@ -729,7 +729,7 @@ public:
// at_exit.
void wait_on_exit (int dowait);
- int wait_on_exit (void);
+ int wait_on_exit (void);
// Access function to determine whether the Thread_Manager will
// wait for its thread to exit or not when being closing down.