diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-05-11 22:28:26 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-05-11 22:28:26 +0000 |
| commit | 5f79a061c6331c010a3f7dc98498d0249774d37c (patch) | |
| tree | ca1570be40bfaa3355231d9575c447e4c871a664 /cpp/src/qpid/framing | |
| parent | 6ac75b539d14c1344cf00a696daec110d9710d00 (diff) | |
| download | qpid-python-5f79a061c6331c010a3f7dc98498d0249774d37c.tar.gz | |
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
Diffstat (limited to 'cpp/src/qpid/framing')
| -rw-r--r-- | cpp/src/qpid/framing/FrameDecoder.h | 3 |
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; } |
