summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Queue_T.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-11-01 12:00:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-11-01 12:00:11 +0000
commit6381e9e86d8f97ed2b388cd96733601677289546 (patch)
treefbb63ea3424c273891171efe10569ea3bdf9413b /ACE/ace/Timer_Queue_T.cpp
parent4752a5c58bc37a9d0cb51c6efa652290fa9505ca (diff)
downloadATCD-6381e9e86d8f97ed2b388cd96733601677289546.tar.gz
Thu Nov 1 11:59:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Timer_Queue_T.cpp')
-rw-r--r--ACE/ace/Timer_Queue_T.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/ace/Timer_Queue_T.cpp b/ACE/ace/Timer_Queue_T.cpp
index b7cf0bb40dd..4643090ecd5 100644
--- a/ACE/ace/Timer_Queue_T.cpp
+++ b/ACE/ace/Timer_Queue_T.cpp
@@ -265,8 +265,7 @@ ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK>::expire (const ACE_Time_Value &cur_ti
ACE_Timer_Node_Dispatch_Info_T<TYPE> info;
- while ((result = this->dispatch_info_i (cur_time,
- info)) != 0)
+ while ((result = this->dispatch_info_i (cur_time, info)) != 0)
{
const void *upcall_act = 0;