summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-12 06:54:21 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-12 06:54:21 +0000
commitf391b40e56e75bea68ae351a37a0b4fc3bbd1779 (patch)
tree4f9e9f777a183f580baecebc5a8a36de6751eeb7 /ace/Timer_Queue.h
parent637191926c0e0d1c6943fd92514a153442ef5b21 (diff)
downloadATCD-f391b40e56e75bea68ae351a37a0b4fc3bbd1779.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timer_Queue.h')
-rw-r--r--ace/Timer_Queue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Timer_Queue.h b/ace/Timer_Queue.h
index 75c1c76874c..f14c6f798e0 100644
--- a/ace/Timer_Queue.h
+++ b/ace/Timer_Queue.h
@@ -86,6 +86,9 @@ class ACE_Export ACE_Timer_Queue_Iterator
// the head of the timer queue up by one every time.
{
public:
+ ACE_Timer_Queue_Iterator (void);
+ virtual ~ACE_Timer_Queue_Iterator (void);
+
virtual int next (ACE_Timer_Node *&timer_node,
const ACE_Time_Value &cur_time) = 0;
// Pass back the next <timer_node> that hasn't been seen yet, if its