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