diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-11-14 09:25:45 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-11-14 09:25:45 +0100 |
commit | 78ad74b167aabe9d3a8eebfd8e5632cdbe97c9d5 (patch) | |
tree | 84716c7d1ba510df5f119adf9518609ae45a3b13 /cpp/src/IceGrid/QueryI.cpp | |
parent | minor fix to PropertiesAdmin.h (diff) | |
download | ice-78ad74b167aabe9d3a8eebfd8e5632cdbe97c9d5.tar.bz2 ice-78ad74b167aabe9d3a8eebfd8e5632cdbe97c9d5.tar.xz ice-78ad74b167aabe9d3a8eebfd8e5632cdbe97c9d5.zip |
Fixed IceGrid locator implementation to check for the client encoding
Diffstat (limited to 'cpp/src/IceGrid/QueryI.cpp')
-rw-r--r-- | cpp/src/IceGrid/QueryI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/QueryI.cpp b/cpp/src/IceGrid/QueryI.cpp index 9bd021c7b11..3e84ce6e481 100644 --- a/cpp/src/IceGrid/QueryI.cpp +++ b/cpp/src/IceGrid/QueryI.cpp @@ -104,5 +104,5 @@ QueryI::findAllReplicas(const Ice::ObjectPrx& proxy, const Ice::Current&) const catch(const AdapterNotExistException&) { return Ice::ObjectProxySeq(); - } + } } |