summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/QueryI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-11-14 09:25:45 +0100
committerBenoit Foucher <benoit@zeroc.com>2012-11-14 09:25:45 +0100
commit78ad74b167aabe9d3a8eebfd8e5632cdbe97c9d5 (patch)
tree84716c7d1ba510df5f119adf9518609ae45a3b13 /cpp/src/IceGrid/QueryI.cpp
parentminor fix to PropertiesAdmin.h (diff)
downloadice-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.cpp2
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();
- }
+ }
}