summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_T.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-03-16 19:23:37 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-03-16 19:23:37 +0000
commitd005f8819a6040b1db5a4291c630f778c650f1e7 (patch)
tree56e0746072e2fe6974313da8b74d1bf125b35e33 /ace/Timer_Queue_T.cpp
parentb460823b683a208f7c12b326cabe5f07f7932edc (diff)
downloadATCD-d005f8819a6040b1db5a4291c630f778c650f1e7.tar.gz
ChangeLogTag:Thu Mar 16 13:01:02 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Timer_Queue_T.cpp')
-rw-r--r--ace/Timer_Queue_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue_T.cpp b/ace/Timer_Queue_T.cpp
index 86ec13c0a3c..aec10a4cd42 100644
--- a/ace/Timer_Queue_T.cpp
+++ b/ace/Timer_Queue_T.cpp
@@ -281,7 +281,7 @@ ACE_Event_Handler_Handle_Timeout_Upcall<ACE_LOCK>::timeout (ACE_Timer_Queue_T<AC
const void *act,
const ACE_Time_Value &cur_time)
{
- // Upcall to the <handler>s handle_timeout method
+ // Upcall to the <handler>s handle_timeout method.
if (handler->handle_timeout (cur_time, act) == -1)
timer_queue.cancel (handler, 0); // 0 means "call handle_close()".