diff options
author | Jose <jose@zeroc.com> | 2015-12-21 21:25:35 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-12-21 21:25:35 +0100 |
commit | e10648014880b39370c9abd9920ca8f61a93dfee (patch) | |
tree | 45fc795bce2470ec0131dbaad2660e8ccece80f7 /cpp/src/Ice/WSEndpoint.cpp | |
parent | Add async metadata note to CHANGELOG-3.7.md (diff) | |
download | ice-e10648014880b39370c9abd9920ca8f61a93dfee.tar.bz2 ice-e10648014880b39370c9abd9920ca8f61a93dfee.tar.xz ice-e10648014880b39370c9abd9920ca8f61a93dfee.zip |
C++11 cpp:comparable for local classes
Diffstat (limited to 'cpp/src/Ice/WSEndpoint.cpp')
-rw-r--r-- | cpp/src/Ice/WSEndpoint.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/WSEndpoint.cpp b/cpp/src/Ice/WSEndpoint.cpp index 7c6bde550d8..7dcbe6e0a79 100644 --- a/cpp/src/Ice/WSEndpoint.cpp +++ b/cpp/src/Ice/WSEndpoint.cpp @@ -281,7 +281,7 @@ IceInternal::WSEndpoint::delegate() const bool #ifdef ICE_CPP11_MAPPING -IceInternal::WSEndpoint::operator==(const EndpointI& r) const +IceInternal::WSEndpoint::operator==(const Endpoint& r) const #else IceInternal::WSEndpoint::operator==(const Ice::LocalObject& r) const #endif @@ -312,7 +312,7 @@ IceInternal::WSEndpoint::operator==(const Ice::LocalObject& r) const bool #ifdef ICE_CPP11_MAPPING -IceInternal::WSEndpoint::operator<(const EndpointI& r) const +IceInternal::WSEndpoint::operator<(const Endpoint& r) const #else IceInternal::WSEndpoint::operator<(const Ice::LocalObject& r) const #endif |