summaryrefslogtreecommitdiff
path: root/trunk/ACE/ace/Timer_Heap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/ace/Timer_Heap.cpp')
-rw-r--r--trunk/ACE/ace/Timer_Heap.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/trunk/ACE/ace/Timer_Heap.cpp b/trunk/ACE/ace/Timer_Heap.cpp
new file mode 100644
index 00000000000..300859dba8f
--- /dev/null
+++ b/trunk/ACE/ace/Timer_Heap.cpp
@@ -0,0 +1,16 @@
+// $Id$
+
+#include "ace/Timer_Heap.h"
+#include "ace/Synch_Traits.h"
+#include "ace/Recursive_Thread_Mutex.h"
+
+#if defined (ACE_HAS_BROKEN_HPUX_TEMPLATES)
+#include "ace/Timer_Hash.h"
+#include "ace/Timer_Heap_T.cpp"
+
+ACE_RCSID(ace,
+ Timer_Heap,
+ "$Id$")
+
+#endif /* ACE_HAS_BROKEN_HPUX_TEMPLATES */
+