diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-03-08 15:55:27 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-03-08 15:55:27 +0000 |
| commit | 19731a501b6c2823e35fbf7f95194983bebce8e3 (patch) | |
| tree | 9d60c7248b2de652dcd7683fa9f59b5c7e249918 /cpp/include | |
| parent | 70e210978c45faf25fed79d78d3291ae19b0013d (diff) | |
| download | qpid-python-19731a501b6c2823e35fbf7f95194983bebce8e3.tar.gz | |
QPID-4630: HA Fix starting from persistent store.
Reengineered code for converting a Variant to a FieldValue by reinstating
code previously removed.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1454435 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qpid/amqp_0_10/Codecs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/include/qpid/amqp_0_10/Codecs.h b/cpp/include/qpid/amqp_0_10/Codecs.h index 99a06e0a32..bcf3110923 100644 --- a/cpp/include/qpid/amqp_0_10/Codecs.h +++ b/cpp/include/qpid/amqp_0_10/Codecs.h @@ -76,7 +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&); +QPID_COMMON_EXTERN void translate(const types::Variant& from, + boost::shared_ptr<qpid::framing::FieldValue> to); }} // namespace qpid::amqp_0_10 |
