summaryrefslogtreecommitdiff
path: root/ace/TkReactor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-19 05:08:11 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-19 05:08:11 +0000
commite359c717ec8e3720e72a2da8a0e11e5adfbd2486 (patch)
tree8dbd09054b2d6b2028457fa28a08d63cea6b137a /ace/TkReactor.h
parent90b51608c561da787dcc0499e77e218f76116fad (diff)
downloadATCD-e359c717ec8e3720e72a2da8a0e11e5adfbd2486.tar.gz
ChangeLogTag:Wed Aug 18 22:45:24 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/TkReactor.h')
-rw-r--r--ace/TkReactor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/TkReactor.h b/ace/TkReactor.h
index d3780035005..9606315cae5 100644
--- a/ace/TkReactor.h
+++ b/ace/TkReactor.h
@@ -64,7 +64,7 @@ public:
const void *arg,
const ACE_Time_Value &delta_time,
const ACE_Time_Value &interval);
- virtual int reset_timer_interval (const long timer_id,
+ virtual int reset_timer_interval (long timer_id,
const ACE_Time_Value &interval);
virtual int cancel_timer (ACE_Event_Handler *handler,
int dont_call_handle_close = 1);