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.inl10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/Profile_Transport_Resolver.inl b/TAO/tao/Profile_Transport_Resolver.inl
index 69b8c78e9e7..250eceb9889 100644
--- a/TAO/tao/Profile_Transport_Resolver.inl
+++ b/TAO/tao/Profile_Transport_Resolver.inl
@@ -3,16 +3,16 @@
namespace TAO
{
ACE_INLINE
- Profile_Transport_Resolver::
- Profile_Transport_Resolver (CORBA::Object *p,
- TAO_Stub *stub,
- bool block)
+ Profile_Transport_Resolver::Profile_Transport_Resolver (
+ CORBA::Object *p,
+ TAO_Stub *stub,
+ bool block)
: obj_ (p)
, stub_ (stub)
, transport_ (0)
, profile_ (0)
- , is_released_ (false)
, inconsistent_policies_ (0)
+ , is_released_ (false)
, blocked_ (block)
{
}