From 386f2f76923303b3450ae3fce486976efb18babf 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@1327596 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/framing/FrameSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/framing/FrameSet.h b/qpid/cpp/src/qpid/framing/FrameSet.h index f11bdb938b..3b9f60950b 100644 --- a/qpid/cpp/src/qpid/framing/FrameSet.h +++ b/qpid/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