summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_List_T.cpp
diff options
context:
space:
mode:
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)