summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/FrameDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/framing/FrameDecoder.h')
-rw-r--r--cpp/src/qpid/framing/FrameDecoder.h3
1 files changed, 2 insertions, 1 deletions
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; }