summaryrefslogtreecommitdiff
path: root/ACE/ace/Event_Handler_Handle_Timeout_Upcall.inl
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/Event_Handler_Handle_Timeout_Upcall.inl
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/Event_Handler_Handle_Timeout_Upcall.inl')
-rw-r--r--ACE/ace/Event_Handler_Handle_Timeout_Upcall.inl26
1 files changed, 13 insertions, 13 deletions
diff --git a/ACE/ace/Event_Handler_Handle_Timeout_Upcall.inl b/ACE/ace/Event_Handler_Handle_Timeout_Upcall.inl
index a2dc51cc453..1ab52aef345 100644
--- a/ACE/ace/Event_Handler_Handle_Timeout_Upcall.inl
+++ b/ACE/ace/Event_Handler_Handle_Timeout_Upcall.inl
@@ -17,11 +17,11 @@ registration (ACE_Timer_Queue &,
ACE_INLINE int
ACE_Event_Handler_Handle_Timeout_Upcall::
preinvoke (ACE_Timer_Queue &,
- ACE_Event_Handler *event_handler,
- const void *,
- int,
- const ACE_Time_Value &,
- const void * & upcall_act)
+ ACE_Event_Handler *event_handler,
+ const void *,
+ int,
+ const ACE_Time_Value &,
+ const void * & upcall_act)
{
bool const requires_reference_counting =
event_handler->reference_counting_policy ().value () ==
@@ -40,11 +40,11 @@ preinvoke (ACE_Timer_Queue &,
ACE_INLINE int
ACE_Event_Handler_Handle_Timeout_Upcall::
postinvoke (ACE_Timer_Queue & /* timer_queue */,
- ACE_Event_Handler *event_handler,
- const void * /* timer_act */,
- int /* recurring_timer */,
- const ACE_Time_Value & /* cur_time */,
- const void *upcall_act)
+ ACE_Event_Handler *event_handler,
+ const void * /* timer_act */,
+ int /* recurring_timer */,
+ const ACE_Time_Value & /* cur_time */,
+ const void *upcall_act)
{
if (upcall_act == &this->requires_reference_counting_)
{
@@ -57,9 +57,9 @@ postinvoke (ACE_Timer_Queue & /* timer_queue */,
ACE_INLINE int
ACE_Event_Handler_Handle_Timeout_Upcall::
cancel_timer (ACE_Timer_Queue &,
- ACE_Event_Handler *event_handler,
- int,
- int requires_reference_counting)
+ ACE_Event_Handler *event_handler,
+ int,
+ int requires_reference_counting)
{
if (requires_reference_counting)
event_handler->remove_reference ();