diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-19 05:08:11 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-19 05:08:11 +0000 |
commit | e359c717ec8e3720e72a2da8a0e11e5adfbd2486 (patch) | |
tree | 8dbd09054b2d6b2028457fa28a08d63cea6b137a /ace/Timer_Heap_T.cpp | |
parent | 90b51608c561da787dcc0499e77e218f76116fad (diff) | |
download | ATCD-e359c717ec8e3720e72a2da8a0e11e5adfbd2486.tar.gz |
ChangeLogTag:Wed Aug 18 22:45:24 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Timer_Heap_T.cpp')
-rw-r--r-- | ace/Timer_Heap_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Heap_T.cpp b/ace/Timer_Heap_T.cpp index 7d4ea508f3f..cf5ae85ce54 100644 --- a/ace/Timer_Heap_T.cpp +++ b/ace/Timer_Heap_T.cpp @@ -645,7 +645,7 @@ ACE_Timer_Heap_T<TYPE, FUNCTOR, ACE_LOCK>::cancel (long timer_id, // Locate and update the inteval on the timer_id template <class TYPE, class FUNCTOR, class ACE_LOCK> int -ACE_Timer_Heap_T<TYPE, FUNCTOR, ACE_LOCK>::reset_interval (const long timer_id, +ACE_Timer_Heap_T<TYPE, FUNCTOR, ACE_LOCK>::reset_interval (long timer_id, const ACE_Time_Value &interval) { ACE_TRACE ("ACE_Timer_Heap_T::reset_interval"); |