summaryrefslogtreecommitdiff
path: root/ace/Bound_Ptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Bound_Ptr.h')
-rw-r--r--ace/Bound_Ptr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Bound_Ptr.h b/ace/Bound_Ptr.h
index 833ab3fe84e..c80fe91dc65 100644
--- a/ace/Bound_Ptr.h
+++ b/ace/Bound_Ptr.h
@@ -23,6 +23,8 @@
#include "ace/Auto_Ptr.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Bound_Ptr_Counter
*
@@ -333,6 +335,8 @@ private:
X *ptr_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include "ace/Bound_Ptr.inl"
#include /**/ "ace/post.h"