summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-10-23 20:29:54 +0000
committerSteve Huston <shuston@riverace.com>1997-10-23 20:29:54 +0000
commit37fbc39c16e80fbd7b83f9a72bf9eee8940f3d3b (patch)
tree0281b199e00b3f2f49c8624261818d9584b199b4 /ace/Timer_Queue.cpp
parent380b07b9efd2a0f5005e874baca843344ddf8f6d (diff)
downloadATCD-37fbc39c16e80fbd7b83f9a72bf9eee8940f3d3b.tar.gz
Replaced ACE_HPUX_BROKEN_TEMPLATES with ACE_HAS_BROKEN_HPUX_TEMPLATES.
Diffstat (limited to 'ace/Timer_Queue.cpp')
-rw-r--r--ace/Timer_Queue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_Queue.cpp b/ace/Timer_Queue.cpp
index 9957d730563..8a313ce3d3a 100644
--- a/ace/Timer_Queue.cpp
+++ b/ace/Timer_Queue.cpp
@@ -9,9 +9,9 @@
#include "ace/Containers.h"
#include "ace/Timer_Queue.h"
-#if defined (ACE_HPUX_BROKEN_TEMPLATES)
+#if defined (ACE_HAS_BROKEN_HPUX_TEMPLATES)
#include "ace/Timer_Queue_T.cpp"
-#endif /* ACE_HPUX_BROKEN_TEMPLATES */
+#endif /* ACE_HAS_BROKEN_HPUX_TEMPLATES */
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Unbounded_Set<ACE_Timer_Node_T<ACE_Event_Handler *> *>;