summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_List_T.cpp
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2011-12-15 13:13:17 +0000
committermsmit <msmit@remedy.nl>2011-12-15 13:13:17 +0000
commit54d39f8fb2eac639326ddabab329deed5d91b7e0 (patch)
tree13944ae28e6ab8c02f0430ee080b78a9c6b943de /ACE/ace/Timer_List_T.cpp
parentcabd7174b6a07d357b8ee5f02ca155b6624f88f8 (diff)
downloadATCD-54d39f8fb2eac639326ddabab329deed5d91b7e0.tar.gz
Thu Dec 15 13:12:39 UTC 2011 Marcel Smit <msmit@remedy.nl>
* ace/Event_Handler_Handle_Timeout_Upcall.inl: * ace/Event_Handler_Handle_Timeout_Upcall.cpp: * ace/Proactor.cpp: * ace/Timer_Hash.h: * ace/Timer_Hash_T.h: * ace/Timer_Hash_T.cpp: * ace/Timer_Heap.h: * ace/Timer_Heap_T.h: * ace/Timer_Heap_T.cpp: * ace/Timer_List.h: * ace/Timer_List_T.h: * ace/Timer_List_T.cpp: * ace/Timer_Queue_Adapters.cpp: * ace/Timer_Queue_T.h: * ace/Timer_Queue_T.cpp: * ace/Timer_Wheel.h: * ace/Timer_Wheel_T.h: Fuzz. Removed tab character
Diffstat (limited to 'ACE/ace/Timer_List_T.cpp')
-rw-r--r--ACE/ace/Timer_List_T.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Timer_List_T.cpp b/ACE/ace/Timer_List_T.cpp
index a6fa64601c7..fe0af558479 100644
--- a/ACE/ace/Timer_List_T.cpp
+++ b/ACE/ace/Timer_List_T.cpp
@@ -81,8 +81,8 @@ ACE_Timer_List_T<TYPE, FUNCTOR, ACE_LOCK, TIME_POLICY>::iter (void)
template <class TYPE, class FUNCTOR, class ACE_LOCK, typename TIME_POLICY>
ACE_Timer_List_T<TYPE, FUNCTOR, ACE_LOCK, TIME_POLICY>::ACE_Timer_List_T (FUNCTOR* uf,
- FreeList* fl,
- TIME_POLICY const & time_policy)
+ FreeList* fl,
+ TIME_POLICY const & time_policy)
: Base_Timer_Queue (uf, fl, time_policy)
, head_ (new ACE_Timer_Node_T<TYPE>)
, id_counter_ (0)