summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ObjectAdapterI.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-01-14 22:39:58 +0000
committerMarc Laukien <marc@zeroc.com>2002-01-14 22:39:58 +0000
commitc0c6c0b98b0819f63cc6927a7041034ee48f481d (patch)
tree4b81109e1b222055020bec10ad4e2f2841454982 /cpp/src/Ice/ObjectAdapterI.cpp
parentglacier integration (diff)
downloadice-c0c6c0b98b0819f63cc6927a7041034ee48f481d.tar.bz2
ice-c0c6c0b98b0819f63cc6927a7041034ee48f481d.tar.xz
ice-c0c6c0b98b0819f63cc6927a7041034ee48f481d.zip
router fixes
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterI.cpp')
-rw-r--r--cpp/src/Ice/ObjectAdapterI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ObjectAdapterI.cpp b/cpp/src/Ice/ObjectAdapterI.cpp
index 232fb1adfd1..57b253b67da 100644
--- a/cpp/src/Ice/ObjectAdapterI.cpp
+++ b/cpp/src/Ice/ObjectAdapterI.cpp
@@ -332,7 +332,7 @@ Ice::ObjectAdapterI::addRouter(const RouterPrx& router)
// Add the router's server proxy endpoints to this object
// adapter.
//
- ObjectPrx proxy = routerInfo->getClientProxy();
+ ObjectPrx proxy = routerInfo->getServerProxy();
copy(proxy->__reference()->endpoints.begin(), proxy->__reference()->endpoints.end(),
back_inserter(_routerEndpoints));
sort(_routerEndpoints.begin(), _routerEndpoints.end()); // Must be sorted.