summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Heap_T.h
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_Heap_T.h
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_Heap_T.h')
-rw-r--r--ACE/ace/Timer_Heap_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Timer_Heap_T.h b/ACE/ace/Timer_Heap_T.h
index c1e4e83d368..5fd55f9b603 100644
--- a/ACE/ace/Timer_Heap_T.h
+++ b/ACE/ace/Timer_Heap_T.h
@@ -111,7 +111,7 @@ public:
bool preallocated = false,
FUNCTOR *upcall_functor = 0,
ACE_Free_List<ACE_Timer_Node_T <TYPE> > *freelist = 0,
- TIME_POLICY const & time_policy = TIME_POLICY());
+ TIME_POLICY const & time_policy = TIME_POLICY());
/**
* Default constructor. @c upcall_functor is the instance of the
@@ -122,7 +122,7 @@ public:
*/
ACE_Timer_Heap_T (FUNCTOR *upcall_functor = 0,
ACE_Free_List<ACE_Timer_Node_T <TYPE> > *freelist = 0,
- TIME_POLICY const & time_policy = TIME_POLICY());
+ TIME_POLICY const & time_policy = TIME_POLICY());
/// Destructor.
virtual ~ACE_Timer_Heap_T (void);