From 143e5a1a48565ddef9657462e4a8510cbc308e8f Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 18 Apr 2012 17:46:57 +0000 Subject: QPID-3958: Export added function definition to fix linking error on windows git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1327596 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/FrameSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/qpid/framing/FrameSet.h b/cpp/src/qpid/framing/FrameSet.h index f11bdb938b..3b9f60950b 100644 --- a/cpp/src/qpid/framing/FrameSet.h +++ b/cpp/src/qpid/framing/FrameSet.h @@ -54,7 +54,7 @@ public: QPID_COMMON_EXTERN void getContent(std::string&) const; QPID_COMMON_EXTERN std::string getContent() const; - bool hasContent() const; + QPID_COMMON_EXTERN bool hasContent() const; bool isContentBearing() const; -- cgit v1.2.1