diff options
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qpid/amqp_0_10/Codecs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/include/qpid/amqp_0_10/Codecs.h b/cpp/include/qpid/amqp_0_10/Codecs.h index d632a9f20a..99a06e0a32 100644 --- a/cpp/include/qpid/amqp_0_10/Codecs.h +++ b/cpp/include/qpid/amqp_0_10/Codecs.h @@ -24,10 +24,12 @@ #include "qpid/CommonImportExport.h" #include "qpid/types/Variant.h" +#include "boost/shared_ptr.hpp" namespace qpid { namespace framing { class FieldTable; +class FieldValue; } namespace amqp_0_10 { /** @@ -74,6 +76,8 @@ QPID_COMMON_EXTERN void translate(const qpid::types::Variant::Map& from, const s QPID_COMMON_EXTERN void translate(const qpid::framing::FieldTable& from, qpid::types::Variant::Map& to); +QPID_COMMON_EXTERN boost::shared_ptr<framing::FieldValue> fieldValue(const types::Variant&); + }} // namespace qpid::amqp_0_10 #endif /*!QPID_AMQP_0_10_CODECS_H*/ |
