summaryrefslogtreecommitdiff
path: root/ace/Timer_List_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timer_List_T.h')
-rw-r--r--ace/Timer_List_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_List_T.h b/ace/Timer_List_T.h
index c15a5d900fd..31dbda9ebf3 100644
--- a/ace/Timer_List_T.h
+++ b/ace/Timer_List_T.h
@@ -174,9 +174,9 @@ private:
ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Timer_List_T<TYPE, FUNCTOR, ACE_LOCK> &))
};
-#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
+#if defined (ACE_TEMPLATES_REQUIRE_SOURCE) && !defined(ACE_HPUX_BROKEN_TEMPLATES)
#include "ace/Timer_List_T.cpp"
-#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
+#endif /* ACE_TEMPLATES_REQUIRE_SOURCE && !ACE_HPUX_BROKEN_TEMPLATES */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
#pragma implementation ("Timer_List_T.cpp")