summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r--ace/Reactor.h2
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