summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_T.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-21 05:06:17 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-21 05:06:17 +0000
commit8eb027f38374b2a2185e228201bb8ab7203012e6 (patch)
tree1a8e384cd18200a827944640abc00fa00e2cf1c5 /ace/Timer_Queue_T.cpp
parenteeee57c15fa2844c6935eb8ebae2efb989f625be (diff)
downloadATCD-8eb027f38374b2a2185e228201bb8ab7203012e6.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timer_Queue_T.cpp')
-rw-r--r--ace/Timer_Queue_T.cpp6
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*/