summaryrefslogtreecommitdiff
path: root/ace/Timeprobe_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timeprobe_T.cpp')
-rw-r--r--ace/Timeprobe_T.cpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/ace/Timeprobe_T.cpp b/ace/Timeprobe_T.cpp
index c9d971602ff..bde2c1736dc 100644
--- a/ace/Timeprobe_T.cpp
+++ b/ace/Timeprobe_T.cpp
@@ -1,7 +1,7 @@
// $Id$
-#ifndef ACE_TIMEPROBE_T_CPP
-#define ACE_TIMEPROBE_T_CPP
+#ifndef ACE_TIMEPROBE_T_C
+#define ACE_TIMEPROBE_T_C
#include "ace/config-all.h"
@@ -9,14 +9,14 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_RCSID(ace, Timeprobe_T, "$Id$")
+
#if defined (ACE_COMPILE_TIMEPROBES)
#include "ace/Timeprobe.h"
#include "ace/High_Res_Timer.h"
#include "ace/OS_NS_string.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
template <class ACE_LOCK, class ALLOCATOR>
ACE_Timeprobe_Ex<ACE_LOCK, ALLOCATOR>::ACE_Timeprobe_Ex (u_long size)
: timeprobes_ (0),
@@ -394,7 +394,5 @@ ACE_Function_Timeprobe<Timeprobe>::~ACE_Function_Timeprobe (void)
this->timeprobe_.timeprobe (this->event_ + 1);
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_COMPILE_TIMEPROBES */
-#endif /* ACE_TIMEPROBE_T_CPP */
+#endif /* ACE_TIMEPROBE_T_C */