summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Heap_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Timer_Heap_T.h')
-rw-r--r--ACE/ace/Timer_Heap_T.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ACE/ace/Timer_Heap_T.h b/ACE/ace/Timer_Heap_T.h
index 5fd55f9b603..c3489b581a4 100644
--- a/ACE/ace/Timer_Heap_T.h
+++ b/ACE/ace/Timer_Heap_T.h
@@ -165,6 +165,11 @@ public:
const void **act = 0,
int dont_call_handle_close = 1);
+ /**
+ * Destroy timer queue. Cancels all timers.
+ */
+ virtual int close (void);
+
/// Returns a pointer to this ACE_Timer_Queue's iterator.
virtual ACE_Timer_Queue_Iterator_T<TYPE> &iter (void);