summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Wheel_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Timer_Wheel_T.h')
-rw-r--r--ACE/ace/Timer_Wheel_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Timer_Wheel_T.h b/ACE/ace/Timer_Wheel_T.h
index c30587594a5..40179f7a734 100644
--- a/ACE/ace/Timer_Wheel_T.h
+++ b/ACE/ace/Timer_Wheel_T.h
@@ -126,8 +126,8 @@ public:
virtual int reset_interval (long timer_id,
const ACE_Time_Value& interval);
- /// Cancel all timer associated with @a type. If <dont_call> is 0
- /// then the <functor> will be invoked. Returns number of timers
+ /// Cancel all timer associated with @a type. If @a dont_call_handle_close is
+ /// 0 then the <functor> will be invoked. Returns number of timers
/// cancelled.
virtual int cancel (const TYPE& type,
int dont_call_handle_close = 1);