diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-04 00:38:45 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-04 00:38:45 +0000 |
commit | 2cbe2c0b62b4c813d85d690910eb62b06d187610 (patch) | |
tree | 2d6b991d2392869dbb48807cafbf61bf2a7cd154 /ace/Timer_Queue_Adapters.h | |
parent | 3c66b05adbb39f323c882aee17d6e3b1e025cdf8 (diff) | |
download | ATCD-2cbe2c0b62b4c813d85d690910eb62b06d187610.tar.gz |
ChangeLogTag:Mon Nov 03 18:32:42 1997 Carlos O'Ryan <coryan@MILONGA>
Diffstat (limited to 'ace/Timer_Queue_Adapters.h')
-rw-r--r-- | ace/Timer_Queue_Adapters.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_Queue_Adapters.h b/ace/Timer_Queue_Adapters.h index 60fb48b894d..13f7ab5198a 100644 --- a/ace/Timer_Queue_Adapters.h +++ b/ace/Timer_Queue_Adapters.h @@ -115,7 +115,7 @@ public: virtual void deactivate (void); // Inform the dispatching thread that it should terminate. - ACE_SYNCH_MUTEX &lock (void); + ACE_SYNCH_MUTEX &mutex (void); // Access the locking mechanism, useful for iteration. TQ &timer_queue (void); @@ -144,7 +144,7 @@ private: // dispatch the next timer; it is used to wake it up if there is a // change on the timer queue. - ACE_SYNCH_MUTEX lock_; + ACE_SYNCH_MUTEX mutex_; // The mutual exclusion mechanism which is required to use the // <condition_>. |