diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-28 00:27:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-28 00:27:44 +0000 |
commit | 6bdf7cf88422d1efb44320954ec5b4398715361b (patch) | |
tree | ed844dd570ed195df9a5c852712f05743dba81ac /ace/Timer_Queue_T.h | |
parent | 75f2e11b56c2929050ec82a3e5c4feeaa4cc9945 (diff) | |
download | ATCD-6bdf7cf88422d1efb44320954ec5b4398715361b.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Timer_Queue_T.h')
-rw-r--r-- | ace/Timer_Queue_T.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h index d8d8b1762ca..6c407c93d05 100644 --- a/ace/Timer_Queue_T.h +++ b/ace/Timer_Queue_T.h @@ -269,7 +269,7 @@ protected: #if defined (ACE_MT_SAFE) ACE_Recursive_Thread_Mutex lock_; - // Synchronization variable for the MT_SAFE ACE_Reactor + // Synchronization variable for the MT_SAFE <ACE_Timer_Queue>. #endif /* ACE_MT_SAFE */ ACE_Time_Value (*gettimeofday_)(void); |