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