summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile_Transport_Resolver.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Profile_Transport_Resolver.inl')
-rw-r--r--TAO/tao/Profile_Transport_Resolver.inl19
1 files changed, 13 insertions, 6 deletions
diff --git a/TAO/tao/Profile_Transport_Resolver.inl b/TAO/tao/Profile_Transport_Resolver.inl
index 2f35fa34c5b..3617d71e3da 100644
--- a/TAO/tao/Profile_Transport_Resolver.inl
+++ b/TAO/tao/Profile_Transport_Resolver.inl
@@ -1,5 +1,10 @@
// -*- C++ -*-
+//
// $Id$
+
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
ACE_INLINE
@@ -8,12 +13,12 @@ namespace TAO
TAO_Stub *stub,
bool block)
: obj_ (p)
- , stub_ (stub)
- , transport_ (0)
- , profile_ (0)
- , inconsistent_policies_ (0)
- , is_released_ (false)
- , blocked_ (block)
+ , stub_ (stub)
+ , transport_ (0)
+ , profile_ (0)
+ , inconsistent_policies_ (0)
+ , is_released_ (false)
+ , blocked_ (block)
{
}
@@ -67,3 +72,5 @@ namespace TAO
return tmp;
}
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL