From 9e91f91c1c2736094b272b9340078db707847d80 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 15 Oct 2013 16:06:01 +0000 Subject: 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 --- qpid/cpp/src/qpid/amqp/descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src') 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"); -- cgit v1.2.1