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.inl7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tao/Transport.inl b/TAO/tao/Transport.inl
index be8b82bdac1..7b90286f074 100644
--- a/TAO/tao/Transport.inl
+++ b/TAO/tao/Transport.inl
@@ -50,13 +50,6 @@ TAO_Transport::opened_as (TAO::Connection_Role role)
this->opening_connection_role_ = role;
}
-ACE_INLINE bool
-TAO_Transport::acts_as_server (void) const
-{
- return (this->opened_as () == TAO::TAO_SERVER_ROLE ||
- this->bidirectional_flag_ == 1) ? true : false;
-}
-
ACE_INLINE TAO_Transport_Cache_Manager::HASH_MAP_ENTRY *
TAO_Transport::cache_map_entry (void)
{