diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-04-05 13:21:02 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-04-05 13:21:02 +0000 |
commit | 02858836e1571959c980aa09407734647322a474 (patch) | |
tree | 3e7d6f69a17613ebe332d453b4f1657765becbca /cppe/src/IceE/OutgoingConnectionFactory.cpp | |
parent | fix for bug 2078 (diff) | |
download | ice-02858836e1571959c980aa09407734647322a474.tar.bz2 ice-02858836e1571959c980aa09407734647322a474.tar.xz ice-02858836e1571959c980aa09407734647322a474.zip |
Sync RouterInfo with Ice
Diffstat (limited to 'cppe/src/IceE/OutgoingConnectionFactory.cpp')
-rwxr-xr-x | cppe/src/IceE/OutgoingConnectionFactory.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cppe/src/IceE/OutgoingConnectionFactory.cpp b/cppe/src/IceE/OutgoingConnectionFactory.cpp index 3bba269e220..674fb5b3f0d 100755 --- a/cppe/src/IceE/OutgoingConnectionFactory.cpp +++ b/cppe/src/IceE/OutgoingConnectionFactory.cpp @@ -346,11 +346,10 @@ IceInternal::OutgoingConnectionFactory::setRouterInfo(const RouterInfoPtr& route // connections, so that callbacks from the router can be // received over such connections. // - ObjectPrx proxy = routerInfo->getClientProxy(); #ifndef ICEE_PURE_CLIENT ObjectAdapterPtr adapter = routerInfo->getAdapter(); #endif - vector<EndpointPtr> endpoints = proxy->__reference()->getEndpoints(); + vector<EndpointPtr> endpoints = routerInfo->getClientEndpoints(); vector<EndpointPtr>::const_iterator p; for(p = endpoints.begin(); p != endpoints.end(); ++p) { |