summaryrefslogtreecommitdiff
path: root/ace/Timeprobe_T.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-27 06:46:22 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-27 06:46:22 +0000
commit96b988a7e29b4ac8cda1112a5d688c45b76859a1 (patch)
tree80bb0a00c4c0c866b525d62f4241b3b946283a90 /ace/Timeprobe_T.cpp
parentc7079ff8980b553ef7f45f314c127242f6d4ed73 (diff)
downloadATCD-96b988a7e29b4ac8cda1112a5d688c45b76859a1.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timeprobe_T.cpp')
-rw-r--r--ace/Timeprobe_T.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Timeprobe_T.cpp b/ace/Timeprobe_T.cpp
index ad92c821701..7b37918e7a6 100644
--- a/ace/Timeprobe_T.cpp
+++ b/ace/Timeprobe_T.cpp
@@ -3,6 +3,10 @@
#if !defined (ACE_TIMEPROBE_T_C)
#define ACE_TIMEPROBE_T_C
+#include "ace/OS.h"
+
+#if defined (ACE_COMPILE_TIMEPROBES)
+
#include "ace/Timeprobe.h"
#include "ace/High_Res_Timer.h"
@@ -225,4 +229,5 @@ ACE_Function_Timeprobe<Timeprobe>::~ACE_Function_Timeprobe (void)
this->timeprobe_.timeprobe (this->event_ + 1);
}
+#endif /* ACE_COMPILE_TIMEPROBES */
#endif /* ACE_TIMEPROBE_T_C */