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 | ac2406c46374d02c824adceb4fdb7f672a555df9 (patch) | |
| tree | 27c4b0234834e07599758bdc3ace7e181d205a62 /cpp/src | |
| parent | 54bda061125feedc48963bc78dd91d39c2b71f47 (diff) | |
| download | qpid-python-ac2406c46374d02c824adceb4fdb7f672a555df9.tar.gz | |
QPID-5236: correct symbolic descriptor for amqp value section
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1532409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/amqp/descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/amqp/descriptors.h b/cpp/src/qpid/amqp/descriptors.h index e395fc25d7..857231ddda 100644 --- a/cpp/src/qpid/amqp/descriptors.h +++ b/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"); |
