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.h | |
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.h')
-rw-r--r-- | cpp/src/Ice/WSEndpoint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/WSEndpoint.h b/cpp/src/Ice/WSEndpoint.h index 99d97a7a5b5..debb77644c7 100644 --- a/cpp/src/Ice/WSEndpoint.h +++ b/cpp/src/Ice/WSEndpoint.h @@ -66,8 +66,8 @@ public: WSEndpointPtr endpoint(const EndpointIPtr&) const; #ifdef ICE_CPP11_MAPPING - virtual bool operator==(const EndpointI&) const; - virtual bool operator<(const EndpointI&) const; + virtual bool operator==(const Ice::Endpoint&) const; + virtual bool operator<(const Ice::Endpoint&) const; #else virtual bool operator==(const Ice::LocalObject&) const; virtual bool operator<(const Ice::LocalObject&) const; |