diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-05-19 16:35:25 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-05-19 16:35:25 +0000 |
commit | a92d6ec357bf581c128c3f20ce1c2ba99cbd92ec (patch) | |
tree | 69260ed7848a35b520f0a1304b9cbe366e70f56d /cpp/src/Glacier2/RoutingTable.cpp | |
parent | Fixed HullHandleException wrt filtering code Changed Exception handling to (diff) | |
download | ice-a92d6ec357bf581c128c3f20ce1c2ba99cbd92ec.tar.bz2 ice-a92d6ec357bf581c128c3f20ce1c2ba99cbd92ec.tar.xz ice-a92d6ec357bf581c128c3f20ce1c2ba99cbd92ec.zip |
Bug 996
Diffstat (limited to 'cpp/src/Glacier2/RoutingTable.cpp')
-rw-r--r-- | cpp/src/Glacier2/RoutingTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Glacier2/RoutingTable.cpp b/cpp/src/Glacier2/RoutingTable.cpp index b4055d57919..cc0cae0ff47 100644 --- a/cpp/src/Glacier2/RoutingTable.cpp +++ b/cpp/src/Glacier2/RoutingTable.cpp @@ -45,7 +45,7 @@ Glacier2::RoutingTable::add(const ObjectProxySeq& unfiltered, const Ice::Current current.con->close(true); throw ObjectNotExistException(__FILE__, __LINE__); } - ObjectPrx proxy = (*prx)->ice_twoway()->ice_secure(false); // We add proxies in default form. + ObjectPrx proxy = (*prx)->ice_twoway()->ice_secure(false)->ice_facet(""); // We add proxies in default form. proxies.push_back(proxy); } |