summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_T.h
diff options
context:
space:
mode:
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,