summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-17 00:41:34 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-17 00:41:34 +0000
commit22b8b48598a9080dfcbecfa2864ed70e5d8e8f03 (patch)
tree0c515440f9e4feb9f5b3bf44fbf8f8fc895488d8 /ace/Timer_Queue_T.h
parentcee327a2480335ab4435d6552d475082957b4280 (diff)
downloadATCD-22b8b48598a9080dfcbecfa2864ed70e5d8e8f03.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timer_Queue_T.h')
-rw-r--r--ace/Timer_Queue_T.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h
index db74cdfc4d5..e979d1a4c58 100644
--- a/ace/Timer_Queue_T.h
+++ b/ace/Timer_Queue_T.h
@@ -379,6 +379,10 @@ public:
// Cancel the <timer_id> and pass back the <act> if an address is
// passed in.
+ int expire (void);
+ // Dispatch all timers whose values are <= <cur_time>. Returns the
+ // number of timers canceled.
+
TQ &timer_queue (void);
// Access the underlying <TIMER_QUEUE>.