summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/LocalException.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/LocalException.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/LocalException.cpp')
-rwxr-xr-xcppe/src/IceE/LocalException.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppe/src/IceE/LocalException.cpp b/cppe/src/IceE/LocalException.cpp
index 63f047b867d..236ca498ca3 100755
--- a/cppe/src/IceE/LocalException.cpp
+++ b/cppe/src/IceE/LocalException.cpp
@@ -342,7 +342,7 @@ Ice::CommunicatorDestroyedException::ice_throw() const
throw *this;
}
-#ifndef ICE_PURE_CLIENT
+#ifndef ICEE_PURE_CLIENT
Ice::ObjectAdapterDeactivatedException::ObjectAdapterDeactivatedException(const char* __file, int __line) :
#if defined(_MSC_VER) && (_MSC_VER < 1300) // VC++ 6 compiler bug
@@ -434,7 +434,7 @@ Ice::ObjectAdapterIdInUseException::ice_throw() const
string
Ice::ObjectAdapterIdInUseException::toString() const
{
-#ifdef ICE_HAS_LOCATOR
+#ifdef ICEE_HAS_LOCATOR
string out = Exception::toString();
out += ":\nobject adapter with id `";
out += id;
@@ -445,7 +445,7 @@ Ice::ObjectAdapterIdInUseException::toString() const
#endif
}
-#endif // ICE_PURE_CLIENT
+#endif // ICEE_PURE_CLIENT
Ice::NoEndpointException::NoEndpointException(const char* __file, int __line) :
#if defined(_MSC_VER) && (_MSC_VER < 1300) // VC++ 6 compiler bug