summaryrefslogtreecommitdiff
path: root/ace/Timer_List_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timer_List_T.h')
-rw-r--r--ace/Timer_List_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_List_T.h b/ace/Timer_List_T.h
index 9caed213b8a..df633675668 100644
--- a/ace/Timer_List_T.h
+++ b/ace/Timer_List_T.h
@@ -126,7 +126,7 @@ public:
// wrong timer. Returns -1 on failure (which is guaranteed never to
// be a valid <timer_id>).
- 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