summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Object.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-09-27 19:56:47 +0200
committerJose <jose@zeroc.com>2012-09-27 19:56:47 +0200
commit20f87fcdf0985bf925476a7fd029c8d56296c14d (patch)
tree662e5c16ae5333ba2503e5cc98214afdcab18427 /cpp/include/Ice/Object.h
parentclean up optional tests; bug fixes for Java/C# (diff)
downloadice-20f87fcdf0985bf925476a7fd029c8d56296c14d.tar.bz2
ice-20f87fcdf0985bf925476a7fd029c8d56296c14d.tar.xz
ice-20f87fcdf0985bf925476a7fd029c8d56296c14d.zip
ICE-4703 - Deprecate ice_getHash in C++
Diffstat (limited to 'cpp/include/Ice/Object.h')
-rw-r--r--cpp/include/Ice/Object.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/include/Ice/Object.h b/cpp/include/Ice/Object.h
index 831842c6ad8..b60443de61a 100644
--- a/cpp/include/Ice/Object.h
+++ b/cpp/include/Ice/Object.h
@@ -66,11 +66,7 @@ public:
virtual bool operator==(const Object&) const;
virtual bool operator<(const Object&) const;
- virtual Int ice_getHash() const;
- ICE_DEPRECATED_API ::Ice::Int ice_hash() const
- {
- return ice_getHash();
- }
+ virtual ICE_DEPRECATED_API Int ice_getHash() const;
virtual bool ice_isA(const std::string&, const Current& = Current()) const;
DispatchStatus ___ice_isA(IceInternal::Incoming&, const Current&);