diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-21 05:06:17 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-21 05:06:17 +0000 |
commit | a9ed61b14817cf00e94082614b98422836664aa3 (patch) | |
tree | 1a8e384cd18200a827944640abc00fa00e2cf1c5 /ace/Timer_Queue_T.cpp | |
parent | a44a8a1792d66d3a30615c7d5e58c892eab90a37 (diff) | |
download | ATCD-a9ed61b14817cf00e94082614b98422836664aa3.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Timer_Queue_T.cpp')
-rw-r--r-- | ace/Timer_Queue_T.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Timer_Queue_T.cpp b/ace/Timer_Queue_T.cpp index e0aec3b7e9c..cfe8060ddfa 100644 --- a/ace/Timer_Queue_T.cpp +++ b/ace/Timer_Queue_T.cpp @@ -210,4 +210,10 @@ ACE_Timer_Queue_T<TYPE, FUNCTOR, LOCK>::expire (const ACE_Time_Value &cur_time) return number_of_timers_expired; } +template <class TYPE, class FUNCTOR, class LOCK> LOCK & +ACE_Timer_Queue_T<TYPE, FUNCTOR, LOCK>::mutex (void) +{ + return this->mutex_; +} + #endif /* ACE_TIMER_QUEUE_T_C*/ |