diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-08-03 10:47:35 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-08-03 10:47:35 -0230 |
commit | a48698a721b713123e42b25a64b8f8eef1c0f6ec (patch) | |
tree | e333051b29adfbc159a35a174afaa67f8c82970f /cpp/src/Ice/Reference.cpp | |
parent | Movce icegridgui scripts to ice-packaging repository (diff) | |
download | ice-a48698a721b713123e42b25a64b8f8eef1c0f6ec.tar.bz2 ice-a48698a721b713123e42b25a64b8f8eef1c0f6ec.tar.xz ice-a48698a721b713123e42b25a64b8f8eef1c0f6ec.zip |
ICE-6624 renamed overloaded functions that cause issues with some compilers
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rw-r--r-- | cpp/src/Ice/Reference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index 1a310622564..c461535c33e 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -1669,7 +1669,7 @@ IceInternal::RoutableReference::getConnectionNoRouterInfo(const GetConnectionCal if(_locatorInfo) { RoutableReference* self = const_cast<RoutableReference*>(this); - _locatorInfo->getEndpoints(self, _locatorCacheTimeout, LocatorInfo::GetEndpointsCallbackPtr(new Callback(self, callback))); + _locatorInfo->getEndpointsWithCallback(self, _locatorCacheTimeout, new Callback(self, callback)); } else { |