summaryrefslogtreecommitdiff
path: root/TAO/tao/Remote_Object_Proxy_Broker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Remote_Object_Proxy_Broker.cpp')
-rw-r--r--TAO/tao/Remote_Object_Proxy_Broker.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Remote_Object_Proxy_Broker.cpp b/TAO/tao/Remote_Object_Proxy_Broker.cpp
index 3ec43f69ed7..eb4d06eabde 100644
--- a/TAO/tao/Remote_Object_Proxy_Broker.cpp
+++ b/TAO/tao/Remote_Object_Proxy_Broker.cpp
@@ -13,6 +13,9 @@ ACE_RCSID (tao,
Remote_Object_Proxy_Broker,
"$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
CORBA::Boolean
@@ -145,3 +148,5 @@ the_tao_remote_object_proxy_broker (void)
static TAO::Remote_Object_Proxy_Broker the_broker;
return &the_broker;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL