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, 1 insertions, 9 deletions
diff --git a/TAO/tao/Profile_Transport_Resolver.inl b/TAO/tao/Profile_Transport_Resolver.inl
index 69b8c78e9e7..6f660433689 100644
--- a/TAO/tao/Profile_Transport_Resolver.inl
+++ b/TAO/tao/Profile_Transport_Resolver.inl
@@ -5,15 +5,13 @@ namespace TAO
ACE_INLINE
Profile_Transport_Resolver::
Profile_Transport_Resolver (CORBA::Object *p,
- TAO_Stub *stub,
- bool block)
+ TAO_Stub *stub)
: obj_ (p)
, stub_ (stub)
, transport_ (0)
, profile_ (0)
, is_released_ (false)
, inconsistent_policies_ (0)
- , blocked_ (block)
{
}
@@ -41,12 +39,6 @@ namespace TAO
return this->transport_;
}
- ACE_INLINE bool
- Profile_Transport_Resolver::blocked (void) const
- {
- return this->blocked_;
- }
-
ACE_INLINE void
Profile_Transport_Resolver::transport_released (void) const
{