summaryrefslogtreecommitdiff
path: root/ace/Sample_History.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Sample_History.inl')
-rw-r--r--ace/Sample_History.inl6
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/Sample_History.inl b/ace/Sample_History.inl
index 42eca62e69b..e3882a28bc3 100644
--- a/ace/Sample_History.inl
+++ b/ace/Sample_History.inl
@@ -1,9 +1,5 @@
-// -*- C++ -*-
-//
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE int
ACE_Sample_History::sample (ACE_UINT64 value)
{
@@ -22,5 +18,3 @@ ACE_Sample_History::get_sample (size_t i) const
return this->samples_[i];
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL