diff options
| author | Ted Ross <tross@apache.org> | 2009-10-15 21:38:07 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-10-15 21:38:07 +0000 |
| commit | 700636714d25b073bdfea2d982b5f67f11b240e9 (patch) | |
| tree | ed25120fe901fb661f45284bf8c99653a9b065a8 /qpid/cpp/src/qmf/engine/BrokerProxyImpl.h | |
| parent | 94e5a0ccf80d9e5061bceebf8f9caaeae8af4a5e (diff) | |
| download | qpid-python-700636714d25b073bdfea2d982b5f67f11b240e9.tar.gz | |
Bug fix: Console sent get-requests (by objectId) to all agents, not just the agent
identified in the objectId.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@825672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qmf/engine/BrokerProxyImpl.h')
| -rw-r--r-- | qpid/cpp/src/qmf/engine/BrokerProxyImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qmf/engine/BrokerProxyImpl.h b/qpid/cpp/src/qmf/engine/BrokerProxyImpl.h index 798a5fdc76..b651b52345 100644 --- a/qpid/cpp/src/qmf/engine/BrokerProxyImpl.h +++ b/qpid/cpp/src/qmf/engine/BrokerProxyImpl.h @@ -139,7 +139,7 @@ namespace engine { uint32_t agentCount() const; const AgentProxy* getAgent(uint32_t idx) const; void sendQuery(const Query& query, void* context, const AgentProxy* agent); - void sendGetRequestLH(SequenceContext::Ptr queryContext, const Query& query, const AgentProxy* agent); + bool sendGetRequestLH(SequenceContext::Ptr queryContext, const Query& query, const AgentProxy* agent); std::string encodeMethodArguments(const SchemaMethod* schema, const Value* args, qpid::framing::Buffer& buffer); void sendMethodRequest(ObjectId* oid, const SchemaObjectClass* cls, const std::string& method, const Value* args, void* context); |
