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/Reference.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/Reference.cpp')
-rw-r--r-- | cppe/src/IceE/Reference.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cppe/src/IceE/Reference.cpp b/cppe/src/IceE/Reference.cpp index 299ff31cc00..7fc96b442e3 100644 --- a/cppe/src/IceE/Reference.cpp +++ b/cppe/src/IceE/Reference.cpp @@ -625,8 +625,7 @@ IceInternal::RoutableReference::getRoutedEndpoints() const // If we route, we send everything to the router's client // proxy endpoints. // - ObjectPrx clientProxy = _routerInfo->getClientProxy(); - return clientProxy->__reference()->getEndpoints(); + return _routerInfo->getClientEndpoints(); } return vector<EndpointPtr>(); } |