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 | 143e5a1a48565ddef9657462e4a8510cbc308e8f (patch) | |
| tree | ef37c0ab7deaf75aeacf0db83797e71becf0b0a2 | |
| parent | 2c1d2fbe4ba590266a9222441c2545ea3f4039ee (diff) | |
| download | qpid-python-143e5a1a48565ddef9657462e4a8510cbc308e8f.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
| -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; |
