diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-27 06:46:22 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-27 06:46:22 +0000 |
commit | 96b988a7e29b4ac8cda1112a5d688c45b76859a1 (patch) | |
tree | 80bb0a00c4c0c866b525d62f4241b3b946283a90 /ace/Timeprobe_T.cpp | |
parent | c7079ff8980b553ef7f45f314c127242f6d4ed73 (diff) | |
download | ATCD-96b988a7e29b4ac8cda1112a5d688c45b76859a1.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Timeprobe_T.cpp')
-rw-r--r-- | ace/Timeprobe_T.cpp | 5 |
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 */ |