summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
index c2563037d21..fae171bd18f 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
+++ b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
@@ -8,6 +8,8 @@
#include "ace/Auto_Ptr.h"
#include "ace/OS_NS_unistd.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
int
TAO_Persistent_Context_Index::unbind (const char *poa_id)
{
@@ -304,3 +306,5 @@ TAO_Persistent_Context_Index::create_index_helper (void *buffer)
this->index_ = new (buffer) CONTEXT_INDEX (this->allocator_);
return 0;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL