From 838539aff5bf3f37f4d9a6f33713824e98fa3db3 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Sat, 12 Nov 2016 18:25:33 -0500 Subject: Replaced non-public double underscores in C++ --- cpp/src/Ice/ProxyFactory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/Ice/ProxyFactory.cpp') diff --git a/cpp/src/Ice/ProxyFactory.cpp b/cpp/src/Ice/ProxyFactory.cpp index b0037fa9ce5..eba949508b6 100644 --- a/cpp/src/Ice/ProxyFactory.cpp +++ b/cpp/src/Ice/ProxyFactory.cpp @@ -41,7 +41,7 @@ IceInternal::ProxyFactory::proxyToString(const ObjectPrxPtr& proxy) const { if(proxy) { - return proxy->__reference()->toString(); + return proxy->_getReference()->toString(); } else { @@ -62,7 +62,7 @@ IceInternal::ProxyFactory::proxyToProperty(const ObjectPrxPtr& proxy, const stri { if(proxy) { - return proxy->__reference()->toProperty(prefix); + return proxy->_getReference()->toProperty(prefix); } else { -- cgit v1.2.3