From 5f79a061c6331c010a3f7dc98498d0249774d37c Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Mon, 11 May 2009 22:28:26 +0000 Subject: Patch small probs building tests, examples on Windows git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@773714 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/FrameDecoder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/qpid/framing/FrameDecoder.h') diff --git a/cpp/src/qpid/framing/FrameDecoder.h b/cpp/src/qpid/framing/FrameDecoder.h index 961cc666a9..bb054f9b42 100644 --- a/cpp/src/qpid/framing/FrameDecoder.h +++ b/cpp/src/qpid/framing/FrameDecoder.h @@ -23,6 +23,7 @@ */ #include "AMQFrame.h" +#include "qpid/CommonImportExport.h" namespace qpid { namespace framing { @@ -34,7 +35,7 @@ namespace framing { class FrameDecoder { public: - bool decode(Buffer& buffer); + QPID_COMMON_EXTERN bool decode(Buffer& buffer); const AMQFrame& getFrame() const { return frame; } AMQFrame& getFrame() { return frame; } -- cgit v1.2.1