From 41419d49a617ace7a3b981521c6a79f4e3602fe4 Mon Sep 17 00:00:00 2001 From: coryan Date: Sat, 18 Oct 1997 03:05:03 +0000 Subject: ChangeLogTag:Fri Oct 17 21:58:04 1997 Carlos O'Ryan --- ace/Timer_Heap_T.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/Timer_Heap_T.h') diff --git a/ace/Timer_Heap_T.h b/ace/Timer_Heap_T.h index 7f6d6c26040..e6affbd61bf 100644 --- a/ace/Timer_Heap_T.h +++ b/ace/Timer_Heap_T.h @@ -252,9 +252,9 @@ private: ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Timer_Heap_T &)) }; -#if defined (ACE_TEMPLATES_REQUIRE_SOURCE) +#if defined (ACE_TEMPLATES_REQUIRE_SOURCE) && !defined(ACE_HPUX_BROKEN_TEMPLATES) #include "ace/Timer_Heap_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_Heap_T.cpp") -- cgit v1.2.1