summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/amqp0_10/CodecsInternal.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-03-29 16:00:24 +0000
committerGordon Sim <gsim@apache.org>2010-03-29 16:00:24 +0000
commit76589a9e66997ad7d12c5689240e7481bf7b67b2 (patch)
treeea72ec14078104b05fba67b36eeabaa7654bc046 /cpp/src/qpid/client/amqp0_10/CodecsInternal.h
parent966d965f95bbb72a9c2dc34909e84f11882314e4 (diff)
downloadqpid-python-76589a9e66997ad7d12c5689240e7481bf7b67b2.tar.gz
QPID-664: move Variant and Uuid from messaging to types namespace
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@928814 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/amqp0_10/CodecsInternal.h')
-rw-r--r--cpp/src/qpid/client/amqp0_10/CodecsInternal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qpid/client/amqp0_10/CodecsInternal.h b/cpp/src/qpid/client/amqp0_10/CodecsInternal.h
index b5a561a9c3..a110d80b8a 100644
--- a/cpp/src/qpid/client/amqp0_10/CodecsInternal.h
+++ b/cpp/src/qpid/client/amqp0_10/CodecsInternal.h
@@ -21,7 +21,7 @@
* under the License.
*
*/
-#include "qpid/messaging/Variant.h"
+#include "qpid/types/Variant.h"
#include "qpid/framing/FieldTable.h"
namespace qpid {
@@ -33,8 +33,8 @@ namespace amqp0_10 {
* Codecs.cpp but not exposed through API
*/
-void translate(const qpid::messaging::Variant::Map& from, qpid::framing::FieldTable& to);
-void translate(const qpid::framing::FieldTable& from, qpid::messaging::Variant::Map& to);
+void translate(const qpid::types::Variant::Map& from, qpid::framing::FieldTable& to);
+void translate(const qpid::framing::FieldTable& from, qpid::types::Variant::Map& to);
}}} // namespace qpid::client::amqp0_10