summaryrefslogtreecommitdiff
path: root/ACE/ace/Timeprobe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Timeprobe.cpp')
-rw-r--r--ACE/ace/Timeprobe.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/ACE/ace/Timeprobe.cpp b/ACE/ace/Timeprobe.cpp
new file mode 100644
index 00000000000..33aa98f0792
--- /dev/null
+++ b/ACE/ace/Timeprobe.cpp
@@ -0,0 +1,15 @@
+// $Id$
+
+#include "ace/config-all.h"
+
+
+
+#if defined (ACE_COMPILE_TIMEPROBES)
+
+#include "ace/Timeprobe.h"
+
+#if !defined (__ACE_INLINE__)
+#include "ace/Timeprobe.inl"
+#endif /* __ACE_INLINE__ */
+
+#endif /* ACE_COMPILE_TIMEPROBES */