summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/messaging/Message.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/qpid/messaging/Message.h')
-rw-r--r--cpp/include/qpid/messaging/Message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/qpid/messaging/Message.h b/cpp/include/qpid/messaging/Message.h
index ba58b5887c..d48af35cc0 100644
--- a/cpp/include/qpid/messaging/Message.h
+++ b/cpp/include/qpid/messaging/Message.h
@@ -100,6 +100,8 @@ class Message
QPID_MESSAGING_EXTERN const char* getContentPtr() const;
/** Get the size of content in bytes. */
QPID_MESSAGING_EXTERN size_t getContentSize() const;
+
+ QPID_MESSAGING_EXTERN void setProperty(const std::string&, const qpid::types::Variant&);
private:
MessageImpl* impl;
friend struct MessageImplAccess;