summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-02-21 23:10:04 +0000
committerMarc Laukien <marc@zeroc.com>2005-02-21 23:10:04 +0000
commitc95307de7f20435fdb8e7fbfd27b72f695bf95d2 (patch)
treea31d5c0ece3eda861bcccdc6edf202f42713c15e /cpp/src/Ice/Proxy.cpp
parentfixing BerkeleyDB version (diff)
downloadice-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.cpp2
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