summaryrefslogtreecommitdiff
path: root/ace/Timer_List.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-13 06:53:56 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-13 06:53:56 +0000
commita12b585f8d80b0d7007905d9c0ede0b0d07b8302 (patch)
treeef38939ea1d530093d0ddde463a80f052577941a /ace/Timer_List.h
parenta35ae2f983e79aa3e58c30c46850fbed8db04146 (diff)
downloadATCD-a12b585f8d80b0d7007905d9c0ede0b0d07b8302.tar.gz
foo
Diffstat (limited to 'ace/Timer_List.h')
-rw-r--r--ace/Timer_List.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ace/Timer_List.h b/ace/Timer_List.h
index 14b4c38b6e6..43c6b141f7b 100644
--- a/ace/Timer_List.h
+++ b/ace/Timer_List.h
@@ -109,18 +109,6 @@ public:
// Returns 1 if cancellation succeeded and 0 if the <timer_id>
// wasn't found.
- virtual int expire (const ACE_Time_Value &current_time);
- // Run the <handle_timeout> method for all Timers whose values are
- // <= <cur_time>. This does not account for <timer_skew>. Returns
- // the number of <Event_Handler>s for which <handle_timeout> was
- // called.
-
- virtual int expire (void);
- // Run the <handle_timeout> method for all Timers whose values are
- // <= <ACE_OS::gettimeofday>. Also accounts for <timer_skew>.
- // Returns the number of <Event_Handler>s for which <handle_timeout>
- // was called.
-
private:
virtual void reschedule (ACE_Timer_Node *);
// Reschedule an "interval" <ACE_Timer_Node>.