summaryrefslogtreecommitdiff
path: root/ace/Timer_Heap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timer_Heap.cpp')
-rw-r--r--ace/Timer_Heap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_Heap.cpp b/ace/Timer_Heap.cpp
index d0f970c0463..b0ff8024fc3 100644
--- a/ace/Timer_Heap.cpp
+++ b/ace/Timer_Heap.cpp
@@ -8,9 +8,9 @@
#include "ace/config.h"
#include "ace/Timer_Heap.h"
-#if defined (ACE_HPUX_BROKEN_TEMPLATES)
+#if defined (ACE_HAS_BROKEN_HPUX_TEMPLATES)
#include "ace/Timer_Heap_T.cpp"
-#endif /* ACE_HPUX_BROKEN_TEMPLATES */
+#endif /* ACE_HAS_BROKEN_HPUX_TEMPLATES */
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Timer_Heap_T<ACE_Event_Handler *, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_SYNCH_RECURSIVE_MUTEX>, ACE_SYNCH_RECURSIVE_MUTEX>;