diff options
Diffstat (limited to 'cppe/src/IceE/RouterInfo.cpp')
-rw-r--r-- | cppe/src/IceE/RouterInfo.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cppe/src/IceE/RouterInfo.cpp b/cppe/src/IceE/RouterInfo.cpp index c8dcaaa32c3..074a1b4b263 100644 --- a/cppe/src/IceE/RouterInfo.cpp +++ b/cppe/src/IceE/RouterInfo.cpp @@ -97,7 +97,9 @@ IceInternal::RouterInfo::destroy() _clientProxy = 0; _serverProxy = 0; +#ifndef ICEE_PURE_CLIENT _adapter = 0; +#endif _routingTable->clear(); } @@ -208,6 +210,7 @@ IceInternal::RouterInfo::addProxy(const ObjectPrx& proxy) } } +#ifndef ICEE_PURE_CLIENT void IceInternal::RouterInfo::setAdapter(const ObjectAdapterPtr& adapter) { @@ -221,5 +224,6 @@ IceInternal::RouterInfo::getAdapter() const IceUtil::Mutex::Lock sync(*this); return _adapter; } +#endif #endif |