diff options
Diffstat (limited to 'ace/Basic_Stats.h')
-rw-r--r-- | ace/Basic_Stats.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Basic_Stats.h b/ace/Basic_Stats.h index 7a6c7fd8ab6..2dc50694e63 100644 --- a/ace/Basic_Stats.h +++ b/ace/Basic_Stats.h @@ -21,6 +21,8 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + /// Collect basic stats about a series of samples /** * Compute the average and standard deviation (aka jitter) for an @@ -75,6 +77,8 @@ public: ACE_UINT64 sum_; }; +ACE_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) #include "ace/Basic_Stats.inl" #endif /* __ACE_INLINE__ */ |