summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/ProxyFactory.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-07-06 14:49:47 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-07-06 14:49:47 +0000
commit8e48f2b8c9505ff088a72737dc7216d55732857a (patch)
tree7faaef71bf1a2216bfeb7dd7c0d6cd6e06985ca7 /cppe/src/IceE/ProxyFactory.cpp
parentfix shutdown bug. Fix bug with building IceE client side library with (diff)
downloadice-8e48f2b8c9505ff088a72737dc7216d55732857a.tar.bz2
ice-8e48f2b8c9505ff088a72737dc7216d55732857a.tar.xz
ice-8e48f2b8c9505ff088a72737dc7216d55732857a.zip
_NO_ -> _HAS_
Diffstat (limited to 'cppe/src/IceE/ProxyFactory.cpp')
-rw-r--r--cppe/src/IceE/ProxyFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/ProxyFactory.cpp b/cppe/src/IceE/ProxyFactory.cpp
index 0b79cc5ea26..c8280586099 100644
--- a/cppe/src/IceE/ProxyFactory.cpp
+++ b/cppe/src/IceE/ProxyFactory.cpp
@@ -96,7 +96,7 @@ IceInternal::ProxyFactory::checkRetryAfterException(const LocalException& ex, co
// indirect. Otherwise, we don't retry other *NotExistException,
// which are all derived from RequestFailedException.
//
-#ifndef ICEE_NO_LOCATOR
+#ifdef ICEE_HAS_LOCATOR
if(dynamic_cast<const ObjectNotExistException*>(&ex))
{
IndirectReferencePtr ir = IndirectReferencePtr::dynamicCast(ref);