diff options
| author | Gordon Sim <gsim@apache.org> | 2012-04-18 17:46:57 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2012-04-18 17:46:57 +0000 |
| commit | 99d3f5c341a8f8693a75c05749aee2bc4e81ed26 (patch) | |
| tree | ef37c0ab7deaf75aeacf0db83797e71becf0b0a2 /cpp | |
| parent | 1d3353e9ee51179383d929a39a1e43ec699023dc (diff) | |
| download | qpid-python-99d3f5c341a8f8693a75c05749aee2bc4e81ed26.tar.gz | |
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
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/qpid/framing/FrameSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
