diff options
Diffstat (limited to 'cpp/src/Ice/UdpTransceiver.cpp')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.cpp b/cpp/src/Ice/UdpTransceiver.cpp index 5111f857368..53ca5127097 100644 --- a/cpp/src/Ice/UdpTransceiver.cpp +++ b/cpp/src/Ice/UdpTransceiver.cpp @@ -286,6 +286,11 @@ IceInternal::UdpTransceiver::toString() const return fdToString(_fd); } +void +IceInternal::UdpTransceiver::initialize(int) +{ +} + bool IceInternal::UdpTransceiver::equivalent(const string& host, int port) const { |