diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index bc42eb67ef8..6bb721d127c 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -45,7 +45,7 @@ void IceInternal::decRef(::IceDelegateD::Ice::Object* p) { p->__decRef(); } ::Ice::ObjectPrx -IceInternal::checkedCastImpl(const ObjectPrx& b, const string& f) +IceInternal::trivialCheckedCastImpl(const ObjectPrx& b, const string& f) { ObjectPrx d = 0; if(b) @@ -69,7 +69,7 @@ IceInternal::checkedCastImpl(const ObjectPrx& b, const string& f) } ::Ice::ObjectPrx -IceInternal::uncheckedCastImpl(const ObjectPrx& b, const string& f) +IceInternal::trivialUncheckedCastImpl(const ObjectPrx& b, const string& f) { ObjectPrx d = 0; if(b) |