diff options
Diffstat (limited to 'cpp/include/Ice/Proxy.h')
-rw-r--r-- | cpp/include/Ice/Proxy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h index e5cc1e595ee..212fe0a1ef3 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -232,8 +232,6 @@ public: bool operator!=(const Object&) const; bool operator<(const Object&) const; - ICE_DEPRECATED_API("is deprecated") ::Ice::Int ice_getHash() const; - ::Ice::CommunicatorPtr ice_getCommunicator() const; ::std::string ice_toString() const; |