summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_T.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-16 04:58:21 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-16 04:58:21 +0000
commita9f110268a4d6fb4413acd923065ba2d072bb2d6 (patch)
treefdac77881fad91305ba9edcdbd54b2ee0aeb5cfb /ace/Timer_Queue_T.h
parent7ba52ee273430a5b8046d6f2b0ffdb9aa84cb09d (diff)
downloadATCD-a9f110268a4d6fb4413acd923065ba2d072bb2d6.tar.gz
See ChangeLog:Fri May 15 22:55:51 1998 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Timer_Queue_T.h')
-rw-r--r--ace/Timer_Queue_T.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h
index 2cba3e8e3a9..48dfdceec44 100644
--- a/ace/Timer_Queue_T.h
+++ b/ace/Timer_Queue_T.h
@@ -29,6 +29,9 @@ public:
ACE_Timer_Node_T (void);
// Default constructor
+ ~ACE_Timer_Node_T (void);
+ // Dtor.
+
void set (const TYPE &type,
const void *a,
const ACE_Time_Value &t,
@@ -334,6 +337,9 @@ public:
ACE_LOCK>
TIMER_QUEUE;
+ ACE_Event_Handler_Handle_Timeout_Upcall (void);
+ ~ACE_Event_Handler_Handle_Timeout_Upcall (void);
+
int timeout (TIMER_QUEUE &timer_queue,
ACE_Event_Handler *handler,
const void *arg,