summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport.inl')
-rw-r--r--TAO/tao/Transport.inl3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Transport.inl b/TAO/tao/Transport.inl
index ecaf930dbbc..983913d9bf2 100644
--- a/TAO/tao/Transport.inl
+++ b/TAO/tao/Transport.inl
@@ -163,6 +163,9 @@ TAO_Transport::first_request_sent (void)
ACE_INLINE bool
TAO_Transport::is_connected (void) const
{
+ // @TODO: this flag does not seem to be protecting anything.
+ // The state of is_connected_ is modified without the guard
+ // in Transport.cpp.
ACE_GUARD_RETURN (ACE_Lock,
ace_mon,
*this->handler_lock_,