diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-19 05:08:11 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-19 05:08:11 +0000 |
commit | e359c717ec8e3720e72a2da8a0e11e5adfbd2486 (patch) | |
tree | 8dbd09054b2d6b2028457fa28a08d63cea6b137a /ace/Reactor.h | |
parent | 90b51608c561da787dcc0499e77e218f76116fad (diff) | |
download | ATCD-e359c717ec8e3720e72a2da8a0e11e5adfbd2486.tar.gz |
ChangeLogTag:Wed Aug 18 22:45:24 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r-- | ace/Reactor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h index 38274d31d52..baa00f6b2df 100644 --- a/ace/Reactor.h +++ b/ace/Reactor.h @@ -354,7 +354,7 @@ public: // with accidentally deleting the wrong timer. Returns -1 on // failure (which is guaranteed never to be a valid <timer_id>. - virtual int reset_timer_interval (const long timer_id, + virtual int reset_timer_interval (long timer_id, const ACE_Time_Value &interval); // Resets the interval of the timer represented by <timer_id> to // <interval>, which is specified in relative time to the current |