summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/OutgoingConnectionFactory.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-04-05 13:21:02 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-04-05 13:21:02 +0000
commit02858836e1571959c980aa09407734647322a474 (patch)
tree3e7d6f69a17613ebe332d453b4f1657765becbca /cppe/src/IceE/OutgoingConnectionFactory.cpp
parentfix for bug 2078 (diff)
downloadice-02858836e1571959c980aa09407734647322a474.tar.bz2
ice-02858836e1571959c980aa09407734647322a474.tar.xz
ice-02858836e1571959c980aa09407734647322a474.zip
Sync RouterInfo with Ice
Diffstat (limited to 'cppe/src/IceE/OutgoingConnectionFactory.cpp')
-rwxr-xr-xcppe/src/IceE/OutgoingConnectionFactory.cpp3
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)
{