From 6fdc123c601a3f58942924c639757df366049743 Mon Sep 17 00:00:00 2001 From: schmidt Date: Sat, 3 May 1997 22:44:29 +0000 Subject: *** empty log message *** --- ace/Timer_Wheel_T.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ace/Timer_Wheel_T.h') diff --git a/ace/Timer_Wheel_T.h b/ace/Timer_Wheel_T.h index 9ebba1a0ff8..fb68dcd1840 100644 --- a/ace/Timer_Wheel_T.h +++ b/ace/Timer_Wheel_T.h @@ -99,10 +99,10 @@ public: virtual const ACE_Time_Value &earliest_time (void) const; // Returns the time of the earlier node in the . - virtual int schedule (const TYPE &type, - const void *act, - const ACE_Time_Value &delay, - const ACE_Time_Value &interval = ACE_Time_Value::zero); + virtual long schedule (const TYPE &type, + const void *act, + const ACE_Time_Value &delay, + const ACE_Time_Value &interval = ACE_Time_Value::zero); // Schedule that will expire after amount of time. // If it expires then is passed in as the value to the // . If is != to then it @@ -122,7 +122,7 @@ public: // then the will be invoked. Returns number of timers // cancelled. - virtual int cancel (int timer_id, + virtual int cancel (long timer_id, const void **act = 0, int dont_call_handle_close = 1); // Cancel the single timer that matches the value (which -- cgit v1.2.1