summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/LocalException.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-08-12 04:44:58 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-08-12 04:44:58 +0000
commit708d97e4bd4acf9d7c1bad093d0c3847282b09c2 (patch)
treef6d6de12f2b778f67d52906c8978578bb278b4e6 /cppe/src/IceE/LocalException.cpp
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=439 (diff)
downloadice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.tar.bz2
ice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.tar.xz
ice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.zip
ICEE_ -> ICE_
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 236ca498ca3..63f047b867d 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 ICEE_PURE_CLIENT
+#ifndef ICE_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 ICEE_HAS_LOCATOR
+#ifdef ICE_HAS_LOCATOR
string out = Exception::toString();
out += ":\nobject adapter with id `";
out += id;
@@ -445,7 +445,7 @@ Ice::ObjectAdapterIdInUseException::toString() const
#endif
}
-#endif // ICEE_PURE_CLIENT
+#endif // ICE_PURE_CLIENT
Ice::NoEndpointException::NoEndpointException(const char* __file, int __line) :
#if defined(_MSC_VER) && (_MSC_VER < 1300) // VC++ 6 compiler bug