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