diff options
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 |