summaryrefslogtreecommitdiff
path: root/ace/Timer_Heap_T.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-28 00:27:44 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-28 00:27:44 +0000
commit8e7cf678cd059b0f60c30cb5d07049b5c8718e72 (patch)
treeed844dd570ed195df9a5c852712f05743dba81ac /ace/Timer_Heap_T.cpp
parent41b81b9d3d19ea44692ecb1777e92b697c825a40 (diff)
downloadATCD-8e7cf678cd059b0f60c30cb5d07049b5c8718e72.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timer_Heap_T.cpp')
-rw-r--r--ace/Timer_Heap_T.cpp2
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)