summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r--TAO/tao/ORB_Core.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index 946aeb55f14..19d90dd4934 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -75,6 +75,8 @@ ACE_RCSID (tao,
ORB_Core,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// ****************************************************************
CORBA::Environment&
@@ -3121,3 +3123,4 @@ TAO_ORB_Core::collocation_strategy (CORBA::Object_ptr object
return TAO::TAO_CS_REMOTE_STRATEGY;
}
+TAO_END_VERSIONED_NAMESPACE_DECL