summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Communicator.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/Communicator.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/Communicator.cpp')
-rwxr-xr-xcppe/src/IceE/Communicator.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/cppe/src/IceE/Communicator.cpp b/cppe/src/IceE/Communicator.cpp
index 6101ab82c61..ffcfe8535a1 100755
--- a/cppe/src/IceE/Communicator.cpp
+++ b/cppe/src/IceE/Communicator.cpp
@@ -15,7 +15,7 @@
#include <IceE/LoggerUtil.h>
#include <IceE/LocalException.h>
-#ifndef ICEE_PURE_CLIENT
+#ifndef ICE_PURE_CLIENT
# include <IceE/ObjectAdapterFactory.h>
#endif
@@ -57,7 +57,7 @@ Ice::Communicator::destroy()
}
}
-#ifndef ICEE_PURE_CLIENT
+#ifndef ICE_PURE_CLIENT
void
Ice::Communicator::shutdown()
@@ -126,7 +126,7 @@ Ice::Communicator::proxyToString(const ObjectPrx& proxy) const
return _instance->proxyFactory()->proxyToString(proxy);
}
-#ifndef ICEE_PURE_CLIENT
+#ifndef ICE_PURE_CLIENT
ObjectAdapterPtr
Ice::Communicator::createObjectAdapter(const string& name)
@@ -205,7 +205,7 @@ Ice::Communicator::setLogger(const LoggerPtr& logger)
_instance->logger(logger);
}
-#ifdef ICEE_HAS_ROUTER
+#ifdef ICE_HAS_ROUTER
RouterPrx
Ice::Communicator::getDefaultRouter() const
@@ -231,7 +231,7 @@ Ice::Communicator::setDefaultRouter(const RouterPrx& router)
#endif
-#ifdef ICEE_HAS_LOCATOR
+#ifdef ICE_HAS_LOCATOR
LocatorPrx
Ice::Communicator::getDefaultLocator() const
@@ -257,7 +257,7 @@ Ice::Communicator::setDefaultLocator(const LocatorPrx& locator)
#endif
-#ifdef ICEE_HAS_BATCH
+#ifdef ICE_HAS_BATCH
void
Ice::Communicator::flushBatchRequests()