summaryrefslogtreecommitdiff
path: root/ACE/ace/Thread_Control.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-05-11 18:28:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-05-11 18:28:20 +0000
commit38d80a9e78b20b29475aec191c7e6351fb15db70 (patch)
treef3afd4bd521504c6be6676b9f0a4383270037ebb /ACE/ace/Thread_Control.cpp
parentfccd5e78ac33c8ca31bed4c9ad5890b7681e992d (diff)
downloadATCD-38d80a9e78b20b29475aec191c7e6351fb15db70.tar.gz
Wed May 11 18:26:28 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Thread_Control.h: * ace/Thread_Control.cpp: * ace/Thread_Hook.h: * ace/Thread_Hook.cpp: * apps/gperf/src/Options.cpp: Doxygen changes
Diffstat (limited to 'ACE/ace/Thread_Control.cpp')
-rw-r--r--ACE/ace/Thread_Control.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/ACE/ace/Thread_Control.cpp b/ACE/ace/Thread_Control.cpp
index ee2bebc7602..3a4eb165057 100644
--- a/ACE/ace/Thread_Control.cpp
+++ b/ACE/ace/Thread_Control.cpp
@@ -18,7 +18,7 @@ ACE_Thread_Control::dump (void) const
}
int
-ACE_Thread_Control::insert (ACE_Thread_Manager *tm, int insert)
+ACE_Thread_Control::insert (ACE_Thread_Manager *tm, bool insert)
{
ACE_OS_TRACE ("ACE_Thread_Control::insert");
@@ -33,7 +33,6 @@ ACE_Thread_Control::insert (ACE_Thread_Manager *tm, int insert)
}
// Initialize the thread controller.
-
ACE_Thread_Control::ACE_Thread_Control (ACE_Thread_Manager *t,
int insert)
: tm_ (t),
@@ -50,7 +49,6 @@ ACE_Thread_Control::ACE_Thread_Control (ACE_Thread_Manager *t,
}
// Automatically kill thread on exit.
-
ACE_Thread_Control::~ACE_Thread_Control (void)
{
ACE_OS_TRACE ("ACE_Thread_Control::~ACE_Thread_Control");
@@ -63,7 +61,6 @@ ACE_Thread_Control::~ACE_Thread_Control (void)
}
// Exit from thread (but clean up first).
-
ACE_THR_FUNC_RETURN
ACE_Thread_Control::exit (ACE_THR_FUNC_RETURN exit_status, int do_thr_exit)
{