summaryrefslogtreecommitdiff
path: root/ace/FlReactor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-18 02:02:27 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-18 02:02:27 +0000
commitf593e1cd3d92bd697776af6773e614cd404aeb32 (patch)
tree1134f3b4450a94e87c9f485fa77213ff8a1b2905 /ace/FlReactor.h
parent3e94ae019f94e693db519bfa4fbea86242f2bae6 (diff)
downloadATCD-f593e1cd3d92bd697776af6773e614cd404aeb32.tar.gz
ChangeLogTag:Tue Aug 17 20:02:55 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/FlReactor.h')
-rw-r--r--ace/FlReactor.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/FlReactor.h b/ace/FlReactor.h
index 93519596657..454e09d51d1 100644
--- a/ace/FlReactor.h
+++ b/ace/FlReactor.h
@@ -58,10 +58,10 @@ public:
const void *arg,
const ACE_Time_Value &delta_time,
const ACE_Time_Value &interval);
-
+ virtual int reset_timer_interval (const long timer_id,
+ const ACE_Time_Value &interval);
virtual int cancel_timer (ACE_Event_Handler *handler,
int dont_call_handle_close = 1);
-
virtual int cancel_timer (long timer_id,
const void **arg = 0,
int dont_call_handle_close = 1);
@@ -92,6 +92,8 @@ protected:
private:
void reset_timeout (void);
+ // This method ensures there's an Fl timeout for the first timeout
+ // in the Reactor's Timer_Queue.
// = Integrate with the FL callback function mechanism.
static void fl_io_proc (int fd, void*);