summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-10-15 16:06:01 +0000
committerGordon Sim <gsim@apache.org>2013-10-15 16:06:01 +0000
commitac2406c46374d02c824adceb4fdb7f672a555df9 (patch)
tree27c4b0234834e07599758bdc3ace7e181d205a62 /cpp/src
parent54bda061125feedc48963bc78dd91d39c2b71f47 (diff)
downloadqpid-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.h2
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");