summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-14 04:40:55 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-14 04:40:55 +0000
commit41781ffc43d2953b3865a00372ee5e9b05731c94 (patch)
tree5c5bdf334df4de6d006441da1215ff6c1854f9b3
parent4b832ac445d1f75878f6474b0798b1899d0d2558 (diff)
downloadATCD-41781ffc43d2953b3865a00372ee5e9b05731c94.tar.gz
*** empty log message ***
-rw-r--r--ace/OS.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 36a09585f1e..5d75eca403f 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -3871,7 +3871,10 @@ class ACE_Thread_Adapter
// <ACE_Thread_Manager>.
//
// = DESCRIPTION
- // This class is used in <ACE_OS::thr_create>.
+ // This class is used in <ACE_OS::thr_create>. In general, the
+ // thread that creates an object of this class is different from
+ // the thread that calls <invoke> on this object. Therefore,
+ // the <invoke> method is responsible for deleting itself.
public:
ACE_Thread_Adapter (ACE_THR_FUNC user_func,
void *arg,