diff options
| author | Ted Ross <tross@apache.org> | 2010-01-05 19:45:28 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-01-05 19:45:28 +0000 |
| commit | 0e73326a611933479eb77f4b2f7bb9b74661f123 (patch) | |
| tree | cbf873511e09bd078f459cd8f72228b494265954 /cpp/src/qpid/framing/FieldValue.cpp | |
| parent | 200a49f326198673edd53901a4b4d16533f3f5da (diff) | |
| download | qpid-python-0e73326a611933479eb77f4b2f7bb9b74661f123.tar.gz | |
Added handling of MAP values for the wrapped QMF interfaces.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896191 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/framing/FieldValue.cpp')
| -rw-r--r-- | cpp/src/qpid/framing/FieldValue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/FieldValue.cpp b/cpp/src/qpid/framing/FieldValue.cpp index 5bac931b83..9c5c0c36a2 100644 --- a/cpp/src/qpid/framing/FieldValue.cpp +++ b/cpp/src/qpid/framing/FieldValue.cpp @@ -28,7 +28,7 @@ namespace qpid { namespace framing { -uint8_t FieldValue::getType() +uint8_t FieldValue::getType() const { return typeOctet; } |
