diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-06-13 14:04:24 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-06-13 14:04:24 -0230 |
commit | b2031b8795606b6893cb3766cc3f18f5c6c0c252 (patch) | |
tree | 79ad7a4f1c5e7866efc9547f1d4bb7354842579e /cpp/src/Ice/UdpTransceiver.h | |
parent | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff) | |
download | ice-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/UdpTransceiver.h')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.h b/cpp/src/Ice/UdpTransceiver.h index 231bbfa0b8c..8c4c3282e3d 100644 --- a/cpp/src/Ice/UdpTransceiver.h +++ b/cpp/src/Ice/UdpTransceiver.h @@ -43,7 +43,6 @@ public: virtual void initialize(int); virtual void checkSendSize(const Buffer&, size_t); - bool equivalent(const std::string&, int) const; int effectivePort() const; private: |