summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/ProxyFactory.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2005-08-12 14:35:27 +0000
committerBernard Normier <bernard@zeroc.com>2005-08-12 14:35:27 +0000
commitf19fe14d24b89120beba2e39920f2a1f7e1b958c (patch)
tree7fb98017e021d0b0ee074c474caf697219a2d9c2 /cppe/src/IceE/ProxyFactory.cpp
parentchange line endings (diff)
downloadice-f19fe14d24b89120beba2e39920f2a1f7e1b958c.tar.bz2
ice-f19fe14d24b89120beba2e39920f2a1f7e1b958c.tar.xz
ice-f19fe14d24b89120beba2e39920f2a1f7e1b958c.zip
Some ICE_ to ICEE_ renamings
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 815d8ad14c0..a55c3b83233 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 ICE_HAS_LOCATOR
+#ifdef ICEE_HAS_LOCATOR
if(dynamic_cast<const ObjectNotExistException*>(&ex))
{
IndirectReferencePtr ir = IndirectReferencePtr::dynamicCast(ref);