summaryrefslogtreecommitdiff
path: root/ace/Stats.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Stats.inl')
-rw-r--r--ace/Stats.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Stats.inl b/ace/Stats.inl
index 5fecfde1de8..bafa86161e8 100644
--- a/ace/Stats.inl
+++ b/ace/Stats.inl
@@ -1,9 +1,6 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE
ACE_Stats_Value::ACE_Stats_Value (const u_int precision)
: whole_ (0),
@@ -100,5 +97,3 @@ ACE_Stats::dump (void) const
print_summary (3u);
#endif /* ACE_HAS_DUMP */
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL