summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile_Transport_Resolver.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-04 09:33:37 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-04 09:33:37 +0000
commit3a7a2ce5f6a4f0537d4ac1bd25d4702f9a60214b (patch)
treea67905c3609073985a0dc04d017882eae3186b05 /TAO/tao/Profile_Transport_Resolver.inl
parent200675f5aba1410653674f255c5115f9f3d0bf6d (diff)
downloadATCD-3a7a2ce5f6a4f0537d4ac1bd25d4702f9a60214b.tar.gz
ChangeLogTag:Fri Feb 4 01:25:05 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
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)
{
}