diff options
author | Bernard Normier <bernard@zeroc.com> | 2005-08-12 14:35:27 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2005-08-12 14:35:27 +0000 |
commit | f19fe14d24b89120beba2e39920f2a1f7e1b958c (patch) | |
tree | 7fb98017e021d0b0ee074c474caf697219a2d9c2 /cppe/src/IceE/ReferenceFactory.h | |
parent | change line endings (diff) | |
download | ice-f19fe14d24b89120beba2e39920f2a1f7e1b958c.tar.bz2 ice-f19fe14d24b89120beba2e39920f2a1f7e1b958c.tar.xz ice-f19fe14d24b89120beba2e39920f2a1f7e1b958c.zip |
Some ICE_ to ICEE_ renamings
Diffstat (limited to 'cppe/src/IceE/ReferenceFactory.h')
-rw-r--r-- | cppe/src/IceE/ReferenceFactory.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/cppe/src/IceE/ReferenceFactory.h b/cppe/src/IceE/ReferenceFactory.h index 36afbbd75e2..d2c4c4482ae 100644 --- a/cppe/src/IceE/ReferenceFactory.h +++ b/cppe/src/IceE/ReferenceFactory.h @@ -7,8 +7,8 @@ // // ********************************************************************** -#ifndef ICE_REFERENCE_FACTORY_H -#define ICE_REFERENCE_FACTORY_H +#ifndef ICEE_REFERENCE_FACTORY_H +#define ICEE_REFERENCE_FACTORY_H #include <IceE/ReferenceFactoryF.h> #include <IceE/ConnectionF.h> @@ -33,17 +33,17 @@ public: // ReferencePtr create(const ::Ice::Identity&, const ::Ice::Context&, const ::std::string&, Reference::Mode, bool, const ::std::vector<EndpointPtr>& -#ifdef ICE_HAS_ROUTER +#ifdef ICEE_HAS_ROUTER , const RouterInfoPtr& #endif ); // // Create an indirect reference. // -#ifdef ICE_HAS_LOCATOR +#ifdef ICEE_HAS_LOCATOR ReferencePtr create(const ::Ice::Identity&, const ::Ice::Context&, const ::std::string&, Reference::Mode, bool, const ::std::string& -#ifdef ICE_HAS_ROUTER +#ifdef ICEE_HAS_ROUTER , const RouterInfoPtr& #endif , const LocatorInfoPtr&); @@ -64,12 +64,12 @@ public: // ReferencePtr create(const ::Ice::Identity&, BasicStream*); -#ifdef ICE_HAS_ROUTER +#ifdef ICEE_HAS_ROUTER void setDefaultRouter(const ::Ice::RouterPrx&); ::Ice::RouterPrx getDefaultRouter() const; #endif -#ifdef ICE_HAS_LOCATOR +#ifdef ICEE_HAS_LOCATOR void setDefaultLocator(const ::Ice::LocatorPrx&); ::Ice::LocatorPrx getDefaultLocator() const; #endif @@ -81,10 +81,10 @@ private: friend class Instance; InstancePtr _instance; -#ifdef ICE_HAS_ROUTER +#ifdef ICEE_HAS_ROUTER ::Ice::RouterPrx _defaultRouter; #endif -#ifdef ICE_HAS_LOCATOR +#ifdef ICEE_HAS_LOCATOR ::Ice::LocatorPrx _defaultLocator; #endif }; |