summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EndpointI.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-10-03 22:41:03 +0200
committerJose <jose@zeroc.com>2012-10-03 22:41:03 +0200
commit0accb2338bf6b9e033215529cfcbef9abae25784 (patch)
tree7528ef7724c59168e0e6c264a45ef4d2133f0146 /cpp/src/Ice/EndpointI.cpp
parentICE-4824 - Fixed VC6 style loops (diff)
downloadice-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.cpp2
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)