diff options
Diffstat (limited to 'ace/Timer_Heap.h')
-rw-r--r-- | ace/Timer_Heap.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ace/Timer_Heap.h b/ace/Timer_Heap.h index a5fd3337bfa..676ed3b352d 100644 --- a/ace/Timer_Heap.h +++ b/ace/Timer_Heap.h @@ -22,10 +22,14 @@ // The following typedef are here for ease of use and backward // compatibility. -typedef ACE_Timer_Heap_T<ACE_Event_Handler *, ACE_Event_Handler_Handle_Timeout_Upcall> +typedef ACE_Timer_Heap_T<ACE_Event_Handler *, + ACE_Event_Handler_Handle_Timeout_Upcall, + ACE_SYNCH_RECURSIVE_MUTEX> ACE_Timer_Heap; -typedef ACE_Timer_Heap_Iterator_T<ACE_Event_Handler *, ACE_Event_Handler_Handle_Timeout_Upcall> +typedef ACE_Timer_Heap_Iterator_T<ACE_Event_Handler *, + ACE_Event_Handler_Handle_Timeout_Upcall, + ACE_SYNCH_RECURSIVE_MUTEX> ACE_Timer_Heap_Iterator; #endif /* ACE_TIMER_HEAP_H */ |