diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-18 03:54:49 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-18 03:54:49 +0000 |
commit | 18a5a24e0dc409aa8bb13ae6f9fa38e1a078ec5a (patch) | |
tree | bca1f3f56b25088b29ce5bae3787d5e33e6f9224 /ace/Timer_Queue_Adapters.cpp | |
parent | 94f5529f7c7d203ac3bb11ebd75491e145318e6b (diff) | |
download | ATCD-18a5a24e0dc409aa8bb13ae6f9fa38e1a078ec5a.tar.gz |
ChangeLogTag:Fri Oct 17 22:51:46 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Timer_Queue_Adapters.cpp')
-rw-r--r-- | ace/Timer_Queue_Adapters.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Timer_Queue_Adapters.cpp b/ace/Timer_Queue_Adapters.cpp index 71f5e9d61fa..8a77fa69a99 100644 --- a/ace/Timer_Queue_Adapters.cpp +++ b/ace/Timer_Queue_Adapters.cpp @@ -139,6 +139,12 @@ ACE_Async_Timer_Queue_Adapter<TQ>::handle_signal (int signum, } } +template<class TQ> ACE_SYNCH_MUTEX & +ACE_Thread_Timer_Queue_Adapter<TQ>::lock (void) +{ + return this->lock_; +} + template<class TQ> long ACE_Thread_Timer_Queue_Adapter<TQ>::schedule (ACE_Event_Handler* handler, |