diff options
| author | Gordon Sim <gsim@apache.org> | 2009-11-19 11:45:15 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-11-19 11:45:15 +0000 |
| commit | be96e8af563b790802dbc54d232ce382b0653548 (patch) | |
| tree | 681fed39e317056a9255c0b7ffb3b9e85546fd43 /qpid/cpp/src | |
| parent | 73f7b07353e5e6ea55e968db3f228f1c47d275c1 (diff) | |
| download | qpid-python-be96e8af563b790802dbc54d232ce382b0653548.tar.gz | |
Change content type for map and list messages to align with python client.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882117 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/client/amqp0_10/Codecs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/client/amqp0_10/Codecs.cpp b/qpid/cpp/src/qpid/client/amqp0_10/Codecs.cpp index 57184e3937..ff72dfbf4e 100644 --- a/qpid/cpp/src/qpid/client/amqp0_10/Codecs.cpp +++ b/qpid/cpp/src/qpid/client/amqp0_10/Codecs.cpp @@ -293,7 +293,7 @@ void translate(const FieldTable& from, Variant::Map& to) convert(from, to, &toVariantMapEntry); } -const std::string ListCodec::contentType("amqp0_10/list"); -const std::string MapCodec::contentType("amqp0_10/map"); +const std::string ListCodec::contentType("amqp/list"); +const std::string MapCodec::contentType("amqp/map"); }}} // namespace qpid::client::amqp0_10 |
