summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/TcpAcceptor.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-06-13 14:04:24 -0230
committerDwayne Boone <dwayne@zeroc.com>2007-06-13 14:04:24 -0230
commitb2031b8795606b6893cb3766cc3f18f5c6c0c252 (patch)
tree79ad7a4f1c5e7866efc9547f1d4bb7354842579e /cpp/src/Ice/TcpAcceptor.cpp
parentMerge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff)
downloadice-b2031b8795606b6893cb3766cc3f18f5c6c0c252.tar.bz2
ice-b2031b8795606b6893cb3766cc3f18f5c6c0c252.tar.xz
ice-b2031b8795606b6893cb3766cc3f18f5c6c0c252.zip
Bug 1658 - fix collocation issue with endpoints listening on 0.0.0.0
Diffstat (limited to 'cpp/src/Ice/TcpAcceptor.cpp')
-rw-r--r--cpp/src/Ice/TcpAcceptor.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/Ice/TcpAcceptor.cpp b/cpp/src/Ice/TcpAcceptor.cpp
index 00e9798758f..fd233738286 100644
--- a/cpp/src/Ice/TcpAcceptor.cpp
+++ b/cpp/src/Ice/TcpAcceptor.cpp
@@ -90,14 +90,6 @@ IceInternal::TcpAcceptor::toString() const
return addrToString(_addr);
}
-bool
-IceInternal::TcpAcceptor::equivalent(const string& host, int port) const
-{
- struct sockaddr_in addr;
- getAddress(host, port, addr);
- return compareAddress(addr, _addr) == 0;
-}
-
int
IceInternal::TcpAcceptor::effectivePort()
{