diff options
author | Jose <jose@zeroc.com> | 2012-10-03 22:41:03 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-10-03 22:41:03 +0200 |
commit | 0accb2338bf6b9e033215529cfcbef9abae25784 (patch) | |
tree | 7528ef7724c59168e0e6c264a45ef4d2133f0146 /cpp/src/Ice/EndpointI.cpp | |
parent | ICE-4824 - Fixed VC6 style loops (diff) | |
download | ice-0accb2338bf6b9e033215529cfcbef9abae25784.tar.bz2 ice-0accb2338bf6b9e033215529cfcbef9abae25784.tar.xz ice-0accb2338bf6b9e033215529cfcbef9abae25784.zip |
ice_getHash deprecation fixes
Diffstat (limited to 'cpp/src/Ice/EndpointI.cpp')
-rw-r--r-- | cpp/src/Ice/EndpointI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/EndpointI.cpp b/cpp/src/Ice/EndpointI.cpp index 3543f84ffde..76a3d3a5e4f 100644 --- a/cpp/src/Ice/EndpointI.cpp +++ b/cpp/src/Ice/EndpointI.cpp @@ -58,7 +58,7 @@ IceInternal::EndpointI::protocol() const } Ice::Int -IceInternal::EndpointI::ice_getHash() const +IceInternal::EndpointI::internal_getHash() const { IceUtilInternal::MutexPtrLock<IceUtil::Mutex> lock(hashMutex); if(!_hashInitialized) |