From fef1ecd75133fea045dd354a4a00459159478c6b Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 23 May 2013 10:43:29 +0000 Subject: QPID-4866: Add export directives for broker method now used by HA plugin git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1485641 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/broker/Message.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/src/qpid/broker/Message.h b/qpid/cpp/src/qpid/broker/Message.h index 584d49d5c1..feff04712a 100644 --- a/qpid/cpp/src/qpid/broker/Message.h +++ b/qpid/cpp/src/qpid/broker/Message.h @@ -108,8 +108,8 @@ public: QPID_BROKER_EXTERN uint64_t getContentSize() const; - Encoding& getEncoding(); - const Encoding& getEncoding() const; + QPID_BROKER_EXTERN Encoding& getEncoding(); + QPID_BROKER_EXTERN const Encoding& getEncoding() const; QPID_BROKER_EXTERN operator bool() const; bool getIsManagementMessage() const; -- cgit v1.2.1