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/RouterInfo.cpp | |
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/RouterInfo.cpp')
-rw-r--r-- | cppe/src/IceE/RouterInfo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppe/src/IceE/RouterInfo.cpp b/cppe/src/IceE/RouterInfo.cpp index 0bf81ed60ac..130166f4e23 100644 --- a/cppe/src/IceE/RouterInfo.cpp +++ b/cppe/src/IceE/RouterInfo.cpp @@ -9,7 +9,7 @@ #include <IceE/Config.h> -#ifdef ICE_HAS_ROUTER +#ifdef ICEE_HAS_ROUTER #include <IceE/RouterInfo.h> #include <IceE/Router.h> @@ -97,7 +97,7 @@ IceInternal::RouterInfo::destroy() _clientProxy = 0; _serverProxy = 0; -#ifndef ICE_PURE_CLIENT +#ifndef ICEE_PURE_CLIENT _adapter = 0; #endif _routingTable->clear(); @@ -210,7 +210,7 @@ IceInternal::RouterInfo::addProxy(const ObjectPrx& proxy) } } -#ifndef ICE_PURE_CLIENT +#ifndef ICEE_PURE_CLIENT void IceInternal::RouterInfo::setAdapter(const ObjectAdapterPtr& adapter) { |