summaryrefslogtreecommitdiff
path: root/ace/PI_Malloc.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/PI_Malloc.inl')
-rw-r--r--ace/PI_Malloc.inl8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/PI_Malloc.inl b/ace/PI_Malloc.inl
index b082b523618..1cb78d466e1 100644
--- a/ace/PI_Malloc.inl
+++ b/ace/PI_Malloc.inl
@@ -1,6 +1,11 @@
+// -*- C++ -*-
+//
// $Id$
#if (ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1)
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE
ACE_PI_Control_Block::ACE_Name_Node::~ACE_Name_Node (void)
{
@@ -21,5 +26,8 @@ ACE_PI_Control_Block::ACE_Name_Node::init_ptr
new ((void *) ptr) NAME_NODE_PTR (base_addr, 0);
*ptr = init;
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */