summaryrefslogtreecommitdiff
path: root/ace/Timer_Wheel.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-06 01:14:18 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-06 01:14:18 +0000
commitb06fad66bf0a3aa0ec704dc80f5e02398260bcc1 (patch)
tree530cecb99e4c89e016a84d14b666f60059f53cb1 /ace/Timer_Wheel.h
parent8a2219afa597fa45a0c68d7b304a013da1c7f8d7 (diff)
downloadATCD-b06fad66bf0a3aa0ec704dc80f5e02398260bcc1.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timer_Wheel.h')
-rw-r--r--ace/Timer_Wheel.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/ace/Timer_Wheel.h b/ace/Timer_Wheel.h
index 94ea668f09b..8f988afe117 100644
--- a/ace/Timer_Wheel.h
+++ b/ace/Timer_Wheel.h
@@ -21,10 +21,14 @@
// The following typedef are here for ease of use and backward
// compatibility.
-typedef ACE_Timer_Wheel_T<ACE_Event_Handler *, ACE_Event_Handler_Handle_Timeout_Upcall>
+typedef ACE_Timer_Wheel_T<ACE_Event_Handler *,
+ ACE_Event_Handler_Handle_Timeout_Upcall,
+ ACE_SYNCH_RECURSIVE_MUTEX>
ACE_Timer_Wheel;
-typedef ACE_Timer_Wheel_Iterator_T<ACE_Event_Handler *, ACE_Event_Handler_Handle_Timeout_Upcall>
+typedef ACE_Timer_Wheel_Iterator_T<ACE_Event_Handler *,
+ ACE_Event_Handler_Handle_Timeout_Upcall,
+ ACE_SYNCH_RECURSIVE_MUTEX>
ACE_Timer_Wheel_Iterator;
#endif /* ACE_TIMER_WHEEL_H */