diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-02-02 17:40:27 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-02-02 17:40:27 +0000 |
commit | 44cbb0ac724def5963f8b59494345f484257606d (patch) | |
tree | c51ca697cec9451d5b5b49c39ac9d777515d6281 /ace/Timer_Queue_T.cpp | |
parent | db445441f1c94939e2510d861412b36076fe79ca (diff) | |
download | ATCD-44cbb0ac724def5963f8b59494345f484257606d.tar.gz |
ChangeLogTag:Sat Feb 2 07:45:51 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Timer_Queue_T.cpp')
-rw-r--r-- | ace/Timer_Queue_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue_T.cpp b/ace/Timer_Queue_T.cpp index 166e35c60e6..fa5e7706668 100644 --- a/ace/Timer_Queue_T.cpp +++ b/ace/Timer_Queue_T.cpp @@ -104,7 +104,7 @@ ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK>::calculate_timeout (ACE_Time_Value *m template <class TYPE, class FUNCTOR, class ACE_LOCK> ACE_Time_Value * ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK>::calculate_timeout (ACE_Time_Value *max_wait_time, - ACE_Time_Value *the_timeout) + ACE_Time_Value *the_timeout) { ACE_TRACE ("ACE_Timer_Queue_T::calculate_timeout"); |