diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-10-18 11:04:30 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-10-18 11:04:30 +0200 |
commit | 276c7279d4743b2947b2a5bbe0ded0e44d051a96 (patch) | |
tree | 94ac486c6db06792b26a00c980890e1800e9ea4c /cpp/src/Ice/UdpEndpointI.cpp | |
parent | More WinRT build setting and system fixes (diff) | |
download | ice-276c7279d4743b2947b2a5bbe0ded0e44d051a96.tar.bz2 ice-276c7279d4743b2947b2a5bbe0ded0e44d051a96.tar.xz ice-276c7279d4743b2947b2a5bbe0ded0e44d051a96.zip |
Fixed ICE-4591, better acceptor tracing
Diffstat (limited to 'cpp/src/Ice/UdpEndpointI.cpp')
-rw-r--r-- | cpp/src/Ice/UdpEndpointI.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/UdpEndpointI.cpp b/cpp/src/Ice/UdpEndpointI.cpp index 4be1d98bd77..8f508a98c0d 100644 --- a/cpp/src/Ice/UdpEndpointI.cpp +++ b/cpp/src/Ice/UdpEndpointI.cpp @@ -346,6 +346,12 @@ IceInternal::UdpEndpointI::type() const return UDPEndpointType; } +std::string +IceInternal::UdpEndpointI::protocol() const +{ + return "udp"; +} + Int IceInternal::UdpEndpointI::timeout() const { |