summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/xml/XmlExchange.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-03-12 15:16:43 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-03-12 15:16:43 +0000
commitd033c5338788938290c753b3e1136c8ee7f7f5e3 (patch)
tree8cc04be699e51f7f045674fa508884de4cfb5ae0 /cpp/src/qpid/xml/XmlExchange.cpp
parente355240745fd2bc9da8ef5a0ee7926745507dab4 (diff)
downloadqpid-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.cpp1
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"