diff options
author | Steve Huston <shuston@riverace.com> | 2002-07-02 19:59:51 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-07-02 19:59:51 +0000 |
commit | c9e1dc4b750f0bf2266b75612e5ab0e8705ca73e (patch) | |
tree | a77769a96ea72729688e1c40978f8f4a5512e0be /ace/Thread_Control.cpp | |
parent | 2cdbdc336fbc361672efc4e9f26f68f9a04f24dc (diff) | |
download | ATCD-c9e1dc4b750f0bf2266b75612e5ab0e8705ca73e.tar.gz |
ChangeLogTag:Tue Jul 2 11:53:29 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Thread_Control.cpp')
-rw-r--r-- | ace/Thread_Control.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Thread_Control.cpp b/ace/Thread_Control.cpp index e5fff02d507..c5828d61842 100644 --- a/ace/Thread_Control.cpp +++ b/ace/Thread_Control.cpp @@ -71,8 +71,8 @@ ACE_Thread_Control::~ACE_Thread_Control (void) // Exit from thread (but clean up first). -void * -ACE_Thread_Control::exit (void *exit_status, int do_thr_exit) +ACE_THR_FUNC_RETURN +ACE_Thread_Control::exit (ACE_THR_FUNC_RETURN exit_status, int do_thr_exit) { ACE_OS_TRACE ("ACE_Thread_Control::exit"); |