summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/GOA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/GOA.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/GOA.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/GOA.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/GOA.cpp
index 322ebb548b8..8da2b64f743 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/GOA.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/GOA.cpp
@@ -18,6 +18,8 @@ ACE_RCSID (PortableGroup,
#include "ace/Auto_Ptr.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
PortableServer::ObjectId *
TAO_GOA::create_id_for_reference (CORBA::Object_ptr the_ref
ACE_ENV_ARG_DECL)
@@ -705,3 +707,5 @@ TAO_GOA::associate_group_with_ref (
ACE_CHECK;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL