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/EndpointI.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/EndpointI.cpp')
-rw-r--r-- | cpp/src/Ice/EndpointI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/EndpointI.cpp b/cpp/src/Ice/EndpointI.cpp index 399e2acc1ca..e9762fe2eec 100644 --- a/cpp/src/Ice/EndpointI.cpp +++ b/cpp/src/Ice/EndpointI.cpp @@ -47,13 +47,13 @@ Ice::LocalObject* IceInternal::upCast(EndpointI* p) { return p; } IceUtil::Shared* IceInternal::upCast(EndpointHostResolver* p) { return p; } const Ice::EncodingVersion& -IceInternal::EndpointI::encoding() const +IceInternal::EndpointI::encodingVersion() const { return _encoding; } const Ice::ProtocolVersion& -IceInternal::EndpointI::protocol() const +IceInternal::EndpointI::protocolVersion() const { return _protocol; } |