summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/agent/ManagementAgentImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/agent/ManagementAgentImpl.h')
-rw-r--r--qpid/cpp/src/qpid/agent/ManagementAgentImpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/agent/ManagementAgentImpl.h b/qpid/cpp/src/qpid/agent/ManagementAgentImpl.h
index b69a5e5843..35ace3910f 100644
--- a/qpid/cpp/src/qpid/agent/ManagementAgentImpl.h
+++ b/qpid/cpp/src/qpid/agent/ManagementAgentImpl.h
@@ -208,7 +208,8 @@ class ManagementAgentImpl : public ManagementAgent, public client::MessageListen
const uint32_t sequence,
const qpid::messaging::VariantMap headers,
const std::string& exchange,
- const std::string& routingKey);
+ const std::string& routingKey,
+ const std::string& contentType="amqp/map");
void sendMessage(qpid::client::Message msg,
const std::string& exchange,
const std::string& routingKey);