summaryrefslogtreecommitdiff
path: root/ace/Timer_Hash_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timer_Hash_T.h')
-rw-r--r--ace/Timer_Hash_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Hash_T.h b/ace/Timer_Hash_T.h
index 67f5446e1d2..8c5580ea9fa 100644
--- a/ace/Timer_Hash_T.h
+++ b/ace/Timer_Hash_T.h
@@ -174,7 +174,7 @@ public:
// used to cancel the timer before it expires. Returns -1 on
// failure.
- virtual int reset_interval (const long timer_id,
+ virtual int reset_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