summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-22 14:10:24 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-22 14:10:24 +0000
commit4f6b7613022c00297c39d9dc67fa5721f419687e (patch)
treef7b36a5ee38507cdfa6379c6dbbb1ed1eb2a7339
parent20849e79d316c8c2b6076402c46a08a1824e1638 (diff)
downloadATCD-4f6b7613022c00297c39d9dc67fa5721f419687e.tar.gz
*** empty log message ***
-rw-r--r--ace/Thread_Manager.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/Thread_Manager.h b/ace/Thread_Manager.h
index 4797996f966..e7a774f14b3 100644
--- a/ace/Thread_Manager.h
+++ b/ace/Thread_Manager.h
@@ -269,14 +269,14 @@ public:
// 0 if fail.
int thr_self (ACE_hthread_t &);
-
// Return the "real" handle to the calling thread, caching it if
// necessary in TSS to speed up subsequent lookups. This is
// necessary since on some platforms (e.g., Win32) we can't get this
- // handle via direct method calls. Notice that you should *not* close
- // the handle passed back from this method. It is used internally
- // by Thread Manager. On the other hand, you *have to* use this internal
- // thread handle when working on Thread_Manager. Return -1 if fail.
+ // handle via direct method calls. Notice that you should *not*
+ // close the handle passed back from this method. It is used
+ // internally by Thread Manager. On the other hand, you *have to*
+ // use this internal thread handle when working on Thread_Manager.
+ // Return -1 if fail.
ACE_thread_t thr_self (void);
// Return the unique ID of the thread. This is not strictly