summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue.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_Queue.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_Queue.cpp')
-rw-r--r--ace/Timer_Queue.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Timer_Queue.cpp b/ace/Timer_Queue.cpp
index ff6471efdf8..9957d730563 100644
--- a/ace/Timer_Queue.cpp
+++ b/ace/Timer_Queue.cpp
@@ -9,6 +9,10 @@
#include "ace/Containers.h"
#include "ace/Timer_Queue.h"
+#if defined (ACE_HPUX_BROKEN_TEMPLATES)
+#include "ace/Timer_Queue_T.cpp"
+#endif /* ACE_HPUX_BROKEN_TEMPLATES */
+
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Unbounded_Set<ACE_Timer_Node_T<ACE_Event_Handler *> *>;
template class ACE_Node<ACE_Timer_Node_T<ACE_Event_Handler *> *>;