diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-08-20 22:43:06 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-08-20 22:43:06 +0000 |
| commit | b9615420016232ee391da7e3ffd05f0631fc2a47 (patch) | |
| tree | 791615fafc21ed211ef6c449b4ac763e4671e15c /qpid/cpp/include | |
| parent | e3845b342a25a1aaca995d6c4e9a053a1a98fbf7 (diff) | |
| download | qpid-python-b9615420016232ee391da7e3ffd05f0631fc2a47.tar.gz | |
Add needed extern decorators for Windows; applies patch QPID-2061-1.patch in QPID-2061
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@806384 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/framing/FieldValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/framing/FieldValue.h b/qpid/cpp/include/qpid/framing/FieldValue.h index 23d436ecb6..f8db6dd382 100644 --- a/qpid/cpp/include/qpid/framing/FieldValue.h +++ b/qpid/cpp/include/qpid/framing/FieldValue.h @@ -83,7 +83,7 @@ class FieldValue { FieldValue(): data(0) {}; // Default assignment operator is fine void setType(uint8_t type); - uint8_t getType(); + QPID_COMMON_EXTERN uint8_t getType(); Data& getData() { return *data; } uint32_t encodedSize() const { return 1 + data->encodedSize(); }; bool empty() const { return data.get() == 0; } |
