diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-02-20 19:07:12 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-02-20 19:07:12 +0000 |
commit | 99a1e439a69d09563d10cf9f098214636fd1c714 (patch) | |
tree | 8912fc8fa3208aa8f39f4b98f5105af56f01bc2a /cppe/src/IceE/IncomingConnectionFactory.cpp | |
parent | Changes for VS2005 support (diff) | |
download | ice-99a1e439a69d09563d10cf9f098214636fd1c714.tar.bz2 ice-99a1e439a69d09563d10cf9f098214636fd1c714.tar.xz ice-99a1e439a69d09563d10cf9f098214636fd1c714.zip |
- Socket timeout fixes.
- Removed unused code for collocation optimization.
Diffstat (limited to 'cppe/src/IceE/IncomingConnectionFactory.cpp')
-rw-r--r-- | cppe/src/IceE/IncomingConnectionFactory.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cppe/src/IceE/IncomingConnectionFactory.cpp b/cppe/src/IceE/IncomingConnectionFactory.cpp index 2bc094f03be..60b0ee8eb18 100644 --- a/cppe/src/IceE/IncomingConnectionFactory.cpp +++ b/cppe/src/IceE/IncomingConnectionFactory.cpp @@ -121,18 +121,6 @@ IceInternal::IncomingConnectionFactory::endpoint() const return _endpoint; } -bool -IceInternal::IncomingConnectionFactory::equivalent(const EndpointPtr& endp) const -{ - if(_transceiver) - { - return endp->equivalent(_transceiver); - } - - assert(_acceptor); - return endp->equivalent(_acceptor); -} - list<ConnectionPtr> IceInternal::IncomingConnectionFactory::connections() const { |