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.inl17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/tao/Transport.inl b/TAO/tao/Transport.inl
index ab9770b43f4..68943732205 100644
--- a/TAO/tao/Transport.inl
+++ b/TAO/tao/Transport.inl
@@ -145,6 +145,23 @@ TAO_Transport::first_request_sent (void)
this->first_request_ = 0;
}
+ACE_INLINE bool
+TAO_Transport::is_connected (void) const
+{
+ ACE_GUARD_RETURN (ACE_Lock,
+ ace_mon,
+ *this->handler_lock_,
+ false);
+
+ return this->is_connected_;
+}
+
+ACE_INLINE TAO_Connection_Handler *
+TAO_Transport::connection_handler (void)
+{
+ return this->connection_handler_i();
+}
+
/*****************************************************/
ACE_INLINE