summaryrefslogtreecommitdiff
path: root/ace/Timer_List.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-18 03:05:03 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-18 03:05:03 +0000
commit41419d49a617ace7a3b981521c6a79f4e3602fe4 (patch)
tree0bf44b9a0ee9aea183b57899d1ffe30f6c2ef3a4 /ace/Timer_List.cpp
parent92cb0720745dd8cc7d4d117113be698c2fabd1b2 (diff)
downloadATCD-41419d49a617ace7a3b981521c6a79f4e3602fe4.tar.gz
ChangeLogTag:Fri Oct 17 21:58:04 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Timer_List.cpp')
-rw-r--r--ace/Timer_List.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Timer_List.cpp b/ace/Timer_List.cpp
index 8bae22eb456..8b221045d0d 100644
--- a/ace/Timer_List.cpp
+++ b/ace/Timer_List.cpp
@@ -8,6 +8,10 @@
#include "ace/config.h"
#include "ace/Timer_List.h"
+#if defined (ACE_HPUX_BROKEN_TEMPLATES)
+#include "ace/Timer_List_T.cpp"
+#endif /* ACE_HPUX_BROKEN_TEMPLATES */
+
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Timer_List_T<ACE_Event_Handler *, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_SYNCH_RECURSIVE_MUTEX>, ACE_SYNCH_RECURSIVE_MUTEX>;
template class ACE_Timer_List_Iterator_T<ACE_Event_Handler *, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_SYNCH_RECURSIVE_MUTEX>, ACE_SYNCH_RECURSIVE_MUTEX>;