diff options
Diffstat (limited to 'cppe/src/IceE/ProxyFactory.cpp')
-rw-r--r-- | cppe/src/IceE/ProxyFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/ProxyFactory.cpp b/cppe/src/IceE/ProxyFactory.cpp index a55c3b83233..815d8ad14c0 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. // -#ifdef ICEE_HAS_LOCATOR +#ifdef ICE_HAS_LOCATOR if(dynamic_cast<const ObjectNotExistException*>(&ex)) { IndirectReferencePtr ir = IndirectReferencePtr::dynamicCast(ref); |