diff options
author | Jose <jose@zeroc.com> | 2012-09-27 19:56:47 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-09-27 19:56:47 +0200 |
commit | 20f87fcdf0985bf925476a7fd029c8d56296c14d (patch) | |
tree | 662e5c16ae5333ba2503e5cc98214afdcab18427 /cpp/include/Ice/LocalObject.h | |
parent | clean up optional tests; bug fixes for Java/C# (diff) | |
download | ice-20f87fcdf0985bf925476a7fd029c8d56296c14d.tar.bz2 ice-20f87fcdf0985bf925476a7fd029c8d56296c14d.tar.xz ice-20f87fcdf0985bf925476a7fd029c8d56296c14d.zip |
ICE-4703 - Deprecate ice_getHash in C++
Diffstat (limited to 'cpp/include/Ice/LocalObject.h')
-rw-r--r-- | cpp/include/Ice/LocalObject.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cpp/include/Ice/LocalObject.h b/cpp/include/Ice/LocalObject.h index 657136182b2..941b9dba14f 100644 --- a/cpp/include/Ice/LocalObject.h +++ b/cpp/include/Ice/LocalObject.h @@ -29,12 +29,7 @@ public: virtual bool operator==(const LocalObject&) const; virtual bool operator<(const LocalObject&) const; - virtual ::Ice::Int ice_getHash() const; - - ICE_DEPRECATED_API ::Ice::Int ice_hash() const - { - return ice_getHash(); - } + virtual ICE_DEPRECATED_API ::Ice::Int ice_getHash() const; }; } |