diff options
Diffstat (limited to 'cppe/src/IceE/LocalException.cpp')
-rwxr-xr-x | cppe/src/IceE/LocalException.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/LocalException.cpp b/cppe/src/IceE/LocalException.cpp index d6bd9ed67e0..d414fa4b88b 100755 --- a/cppe/src/IceE/LocalException.cpp +++ b/cppe/src/IceE/LocalException.cpp @@ -434,7 +434,7 @@ Ice::ObjectAdapterIdInUseException::ice_throw() const string
Ice::ObjectAdapterIdInUseException::toString() const
{
-#ifndef ICEE_NO_LOCATOR
+#ifdef ICEE_HAS_LOCATOR
string out = Exception::toString();
out += ":\nobject adapter with id `";
out += id;
|