diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-05-08 03:02:15 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-05-08 03:02:15 +0000 |
commit | cf8d4cffeb0a273d09c786852e735ef5e0e178f5 (patch) | |
tree | e52d267d3299f6381ebe987399ff7feaca23c9dd /cpp/src | |
parent | Fixed Sun C++ build problems (diff) | |
download | ice-cf8d4cffeb0a273d09c786852e735ef5e0e178f5.tar.bz2 ice-cf8d4cffeb0a273d09c786852e735ef5e0e178f5.tar.xz ice-cf8d4cffeb0a273d09c786852e735ef5e0e178f5.zip |
Fixed Windows build
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) |