summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/IncomingConnectionFactory.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-02-20 19:07:12 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-02-20 19:07:12 +0000
commit99a1e439a69d09563d10cf9f098214636fd1c714 (patch)
tree8912fc8fa3208aa8f39f4b98f5105af56f01bc2a /cppe/src/IceE/IncomingConnectionFactory.cpp
parentChanges for VS2005 support (diff)
downloadice-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.cpp12
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
{