diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-03-12 15:16:43 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-03-12 15:16:43 +0000 |
| commit | d033c5338788938290c753b3e1136c8ee7f7f5e3 (patch) | |
| tree | 8cc04be699e51f7f045674fa508884de4cfb5ae0 /cpp/src/qpid/xml/XmlExchange.cpp | |
| parent | e355240745fd2bc9da8ef5a0ee7926745507dab4 (diff) | |
| download | qpid-python-d033c5338788938290c753b3e1136c8ee7f7f5e3.tar.gz | |
QPID-4625: Extract amqp 1.0 application-properties from messages
- A working implementaion to qpid::amqp::Message::processProperties()
so that qpid::broker::Message::getProperty() will work.
* This is used by the selector implementation.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1455579 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/xml/XmlExchange.cpp')
| -rw-r--r-- | cpp/src/qpid/xml/XmlExchange.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/xml/XmlExchange.cpp b/cpp/src/qpid/xml/XmlExchange.cpp index a1b0c052d3..1f6bf6de05 100644 --- a/cpp/src/qpid/xml/XmlExchange.cpp +++ b/cpp/src/qpid/xml/XmlExchange.cpp @@ -23,6 +23,7 @@ #include "qpid/xml/XmlExchange.h" +#include "qpid/amqp/CharSequence.h" #include "qpid/broker/DeliverableMessage.h" #include "qpid/log/Statement.h" |
