summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Connector.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport_Connector.inl')
-rw-r--r--TAO/tao/Transport_Connector.inl6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Transport_Connector.inl b/TAO/tao/Transport_Connector.inl
index c25d96057fb..64683bc6a14 100644
--- a/TAO/tao/Transport_Connector.inl
+++ b/TAO/tao/Transport_Connector.inl
@@ -1,5 +1,9 @@
// -*- C++ -*-
+//
// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE TAO_ORB_Core *
TAO_Connector::orb_core (void)
{
@@ -17,3 +21,5 @@ TAO_Connector::tag (void) const
{
return this->tag_;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL