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 | f91c7269e0a4c60f2db1fd093d51fb7e2b90fced (patch) | |
| tree | 9dd6fc5d4ee9ca8db6ee2a32943a0fc018b20784 /cpp/include | |
| parent | a043417121ebe286333b4aad1b7b057a9293279d (diff) | |
| download | qpid-python-f91c7269e0a4c60f2db1fd093d51fb7e2b90fced.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/qpid@806384 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qpid/framing/FieldValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/framing/FieldValue.h b/cpp/include/qpid/framing/FieldValue.h index 23d436ecb6..f8db6dd382 100644 --- a/cpp/include/qpid/framing/FieldValue.h +++ b/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; } |
