diff options
| author | Gordon Sim <gsim@apache.org> | 2008-04-14 16:56:35 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-04-14 16:56:35 +0000 |
| commit | 6fde75b10b8d71a06fcf7ae6026473b4693165f5 (patch) | |
| tree | eef33ca733d3c5cf0430f5f7fedfe0f59b71aa8d /cpp/src/qpid/broker/SessionAdapter.h | |
| parent | dcaa8582a323d445fee5fdb46a25f2bcf3f89d58 (diff) | |
| download | qpid-python-6fde75b10b8d71a06fcf7ae6026473b4693165f5.tar.gz | |
Use the errata file for final 0-10 that has a type code for xids without which dtx.recover can't work.
Return the indoubt xids as an array of struct32s each of which contains an encoded xid.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@647903 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionAdapter.h')
| -rw-r--r-- | cpp/src/qpid/broker/SessionAdapter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SessionAdapter.h b/cpp/src/qpid/broker/SessionAdapter.h index a77f1b5d77..0cbbd13777 100644 --- a/cpp/src/qpid/broker/SessionAdapter.h +++ b/cpp/src/qpid/broker/SessionAdapter.h @@ -27,6 +27,7 @@ #include "qpid/framing/AMQP_ServerOperations.h" #include "qpid/framing/reply_exceptions.h" #include "qpid/framing/SequenceSet.h" +#include "qpid/framing/StructHelper.h" #include <vector> #include <boost/function.hpp> @@ -222,7 +223,7 @@ class Queue; void rollback(); }; - class DtxHandlerImpl : public Dtx010Handler, public HandlerHelper + class DtxHandlerImpl : public Dtx010Handler, public HandlerHelper, private framing::StructHelper { std::string convert(const framing::Xid010& xid); |
