summaryrefslogtreecommitdiff
path: root/ace/Basic_Stats.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Basic_Stats.inl')
-rw-r--r--ace/Basic_Stats.inl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Basic_Stats.inl b/ace/Basic_Stats.inl
index b2fd80d121a..bbdce099907 100644
--- a/ace/Basic_Stats.inl
+++ b/ace/Basic_Stats.inl
@@ -1,5 +1,9 @@
+// -*- C++ -*-
+//
// $Id$
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE
ACE_Basic_Stats::ACE_Basic_Stats (void)
: samples_count_ (0)
@@ -45,3 +49,5 @@ ACE_Basic_Stats::sample (ACE_UINT64 value)
this->sum_ += value;
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL