diff options
author | Marc Laukien <marc@zeroc.com> | 2006-03-18 01:21:07 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2006-03-18 01:21:07 +0000 |
commit | b222eb122a4ac5620a7f97c6a0b3e52c89854793 (patch) | |
tree | 9d5e02ea1b0f571cef10f035649d3885227e0ce3 /cpp/src/Ice/RouterInfo.h | |
parent | fix for destroySession (diff) | |
download | ice-b222eb122a4ac5620a7f97c6a0b3e52c89854793.tar.bz2 ice-b222eb122a4ac5620a7f97c6a0b3e52c89854793.tar.xz ice-b222eb122a4ac5620a7f97c6a0b3e52c89854793.zip |
more router stuff
Diffstat (limited to 'cpp/src/Ice/RouterInfo.h')
-rw-r--r-- | cpp/src/Ice/RouterInfo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/RouterInfo.h b/cpp/src/Ice/RouterInfo.h index 28f8fd46090..46f244e8a15 100644 --- a/cpp/src/Ice/RouterInfo.h +++ b/cpp/src/Ice/RouterInfo.h @@ -15,7 +15,6 @@ #include <Ice/RouterInfoF.h> #include <Ice/RouterF.h> #include <Ice/ProxyF.h> -#include <Ice/RoutingTableF.h> namespace IceInternal { @@ -67,8 +66,8 @@ private: const Ice::RouterPrx _router; Ice::ObjectPrx _clientProxy; Ice::ObjectPrx _serverProxy; - const RoutingTablePtr _routingTable; Ice::ObjectAdapterPtr _adapter; + std::map<Ice::Identity, int> _map; }; } |