diff options
| author | Gordon Sim <gsim@apache.org> | 2013-10-15 16:06:01 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-10-15 16:06:01 +0000 |
| commit | 9e91f91c1c2736094b272b9340078db707847d80 (patch) | |
| tree | be6daee13301008041f208bafa7c25a56b351cb2 /qpid/cpp/src | |
| parent | f929f33296913491eef6a35804d3e5ab62c5d581 (diff) | |
| download | qpid-python-9e91f91c1c2736094b272b9340078db707847d80.tar.gz | |
QPID-5236: correct symbolic descriptor for amqp value section
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/amqp/descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/amqp/descriptors.h b/qpid/cpp/src/qpid/amqp/descriptors.h index e395fc25d7..857231ddda 100644 --- a/qpid/cpp/src/qpid/amqp/descriptors.h +++ b/qpid/cpp/src/qpid/amqp/descriptors.h @@ -33,7 +33,7 @@ const std::string DELIVERY_ANNOTATIONS_SYMBOL("amqp:delivery-annotations:map"); const std::string MESSAGE_ANNOTATIONS_SYMBOL("amqp:message-annotations:map"); const std::string APPLICATION_PROPERTIES_SYMBOL("amqp:application-properties:map"); const std::string AMQP_SEQUENCE_SYMBOL("amqp:amqp-sequence:list"); -const std::string AMQP_VALUE_SYMBOL("amqp:amqp-sequence:*"); +const std::string AMQP_VALUE_SYMBOL("amqp:amqp-value:*"); const std::string DATA_SYMBOL("amqp:data:binary"); const std::string FOOTER_SYMBOL("amqp:footer:map"); |
