summaryrefslogtreecommitdiff
path: root/ace/Sample_History.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 16:14:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 16:14:56 +0000
commit2aa4f50f829476ae276ba391127cc7266f603c96 (patch)
treec4fe2b70acf02ce19d199713fff6dec5645d8a93 /ace/Sample_History.inl
parent28934d0116426fa37e2a562cfa0d95fa34241051 (diff)
downloadATCD-2aa4f50f829476ae276ba391127cc7266f603c96.tar.gz
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Sample_History.inl')
-rw-r--r--ace/Sample_History.inl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Sample_History.inl b/ace/Sample_History.inl
index e3882a28bc3..42eca62e69b 100644
--- a/ace/Sample_History.inl
+++ b/ace/Sample_History.inl
@@ -1,5 +1,9 @@
+// -*- C++ -*-
+//
// $Id$
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE int
ACE_Sample_History::sample (ACE_UINT64 value)
{
@@ -18,3 +22,5 @@ ACE_Sample_History::get_sample (size_t i) const
return this->samples_[i];
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL