diff options
Diffstat (limited to 'ACE/ace/Thread_Manager.h')
-rw-r--r-- | ACE/ace/Thread_Manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Thread_Manager.h b/ACE/ace/Thread_Manager.h index 88a89867580..f57405f1fc4 100644 --- a/ACE/ace/Thread_Manager.h +++ b/ACE/ace/Thread_Manager.h @@ -202,7 +202,7 @@ protected: /// Unique thread ID. ACE_thread_t thr_id_; - /// Unique handle to thread (used by Win32 and AIX). + /// Unique handle to thread (used by Win32). ACE_hthread_t thr_handle_; /// Group ID. @@ -240,7 +240,7 @@ public: /// Unique thread id. ACE_thread_t self () const; - /// Unique handle to thread (used by Win32 and AIX). + /// Unique handle to thread (used by Win32). void self (ACE_hthread_t &); /// Dump the state of an object. |