You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2013/10/15 18:06:01 UTC

svn commit: r1532409 - /qpid/trunk/qpid/cpp/src/qpid/amqp/descriptors.h

Author: gsim
Date: Tue Oct 15 16:06:01 2013
New Revision: 1532409

URL: http://svn.apache.org/r1532409
Log:
QPID-5236: correct symbolic descriptor for amqp value section

Modified:
    qpid/trunk/qpid/cpp/src/qpid/amqp/descriptors.h

Modified: qpid/trunk/qpid/cpp/src/qpid/amqp/descriptors.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/amqp/descriptors.h?rev=1532409&r1=1532408&r2=1532409&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/amqp/descriptors.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/amqp/descriptors.h Tue Oct 15 16:06:01 2013
@@ -33,7 +33,7 @@ const std::string DELIVERY_ANNOTATIONS_S
 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");
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org