diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-28 00:27:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-28 00:27:44 +0000 |
commit | 8e7cf678cd059b0f60c30cb5d07049b5c8718e72 (patch) | |
tree | ed844dd570ed195df9a5c852712f05743dba81ac /ace/Timer_Heap_T.cpp | |
parent | 41b81b9d3d19ea44692ecb1777e92b697c825a40 (diff) | |
download | ATCD-8e7cf678cd059b0f60c30cb5d07049b5c8718e72.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Timer_Heap_T.cpp')
-rw-r--r-- | ace/Timer_Heap_T.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/Timer_Heap_T.cpp b/ace/Timer_Heap_T.cpp index 3ea8b5875f2..319430906aa 100644 --- a/ace/Timer_Heap_T.cpp +++ b/ace/Timer_Heap_T.cpp @@ -474,7 +474,6 @@ ACE_Timer_Heap_T<TYPE, FUNCTOR>::schedule (const TYPE &type, // Locate and remove the single timer with a value of <timer_id> from // the timer queue. - template <class TYPE, class FUNCTOR> int ACE_Timer_Heap_T<TYPE, FUNCTOR>::cancel (int timer_id, const void **act, @@ -509,7 +508,6 @@ ACE_Timer_Heap_T<TYPE, FUNCTOR>::cancel (int timer_id, // Locate and remove all values of <type> from the timer queue. - template <class TYPE, class FUNCTOR> int ACE_Timer_Heap_T<TYPE, FUNCTOR>::cancel (const TYPE &type, int dont_call) |