From 25d63a161d11d504e51ead2f76e761f561503b69 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Tue, 5 Jan 2010 19:45:28 +0000 Subject: Added handling of MAP values for the wrapped QMF interfaces. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@896191 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qmf/engine/ValueImpl.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'qpid/cpp/src/qmf/engine/ValueImpl.h') diff --git a/qpid/cpp/src/qmf/engine/ValueImpl.h b/qpid/cpp/src/qmf/engine/ValueImpl.h index b6adae5d93..84b0e768e6 100644 --- a/qpid/cpp/src/qmf/engine/ValueImpl.h +++ b/qpid/cpp/src/qmf/engine/ValueImpl.h @@ -30,6 +30,12 @@ #include #include +namespace qpid { +namespace framing { + class FieldTable; +} +} + namespace qmf { namespace engine { @@ -142,6 +148,10 @@ namespace engine { Value* arrayItem(uint32_t idx); void appendToArray(Value* val); void deleteArrayItem(uint32_t idx); + + private: + void mapToFieldTable(qpid::framing::FieldTable& ft) const; + void initMap(const qpid::framing::FieldTable& ft); }; } } -- cgit v1.2.1