summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Wheel_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-02-26 12:26:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-02-26 12:26:16 +0000
commit2b7b6703496c2592614d8638f8b0f1d2a0d89147 (patch)
treea9eeee7c3f879f8cc32766ec5ebd1a60f09d32f3 /ACE/ace/Timer_Wheel_T.h
parent7075abafd0955937ad860d2dccaa3cf61462bd4b (diff)
downloadATCD-2b7b6703496c2592614d8638f8b0f1d2a0d89147.tar.gz
Thu Feb 26 12:26:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Addr.cpp: Layout change * ace/Event_Handler.h: * ace/Free_List.h: * ace/Logging_Strategy.h: * ace/Process_Manager.h: * ace/Select_Reactor_Base.h: * ace/Select_Reactor_T.h: * ace/SSL/SSL_SOCK_Acceptor.inl: * ace/Timer_Heap_T.h: * ace/Timer_Wheel_T.h: Doxygen change * ace/Service_Config.cpp: * ace/Service_Gestalt.cpp: * ace/Service_Gestalt.h: Changed the default value of the logger_key argument to open to 0. That way we can easier check if the user has overridden the default. Also check the logger_key in Service_Gestalt, so that it can be set through TAO. This fixes bugzilla 3597
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);