diff options
author | Marc Laukien <marc@zeroc.com> | 2005-02-21 23:10:04 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-02-21 23:10:04 +0000 |
commit | c95307de7f20435fdb8e7fbfd27b72f695bf95d2 (patch) | |
tree | a31d5c0ece3eda861bcccdc6edf202f42713c15e /cpp/src/Ice/Proxy.cpp | |
parent | fixing BerkeleyDB version (diff) | |
download | ice-c95307de7f20435fdb8e7fbfd27b72f695bf95d2.tar.bz2 ice-c95307de7f20435fdb8e7fbfd27b72f695bf95d2.tar.xz ice-c95307de7f20435fdb8e7fbfd27b72f695bf95d2.zip |
fix
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 19a0b156ab9..be52398d5c7 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -694,7 +694,7 @@ IceProxy::Ice::Object::__handleException(const LocalException& ex, int& cnt) ir->getLocatorInfo()->clearObjectCache(ir); } - if(ice_isOneway() || ice_isBatchOnway()) + if(ice_isOneway() || ice_isBatchOneway()) { // // We do not retry oneway or batch oneway requests (except for |