summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid')
-rw-r--r--cpp/src/qpid/broker/DtxHandlerImpl.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/cpp/src/qpid/broker/DtxHandlerImpl.h b/cpp/src/qpid/broker/DtxHandlerImpl.h
index 368ffddbab..f8669bc2b9 100644
--- a/cpp/src/qpid/broker/DtxHandlerImpl.h
+++ b/cpp/src/qpid/broker/DtxHandlerImpl.h
@@ -32,8 +32,8 @@ class DtxDemarcationHandler{};
class DtxHandlerImpl
: public CoreRefs,
- public /*framing::AMQP_ServerOperations::*/DtxCoordinationHandler,
- public /*framing::AMQP_ServerOperations::*/DtxDemarcationHandler
+ public framing::AMQP_ServerOperations::DtxCoordinationHandler,
+ public framing::AMQP_ServerOperations::DtxDemarcationHandler
{
public:
DtxHandlerImpl(CoreRefs& parent);
@@ -61,9 +61,6 @@ public:
bool startscan,
u_int32_t endscan );
- void recoverOk(const framing::MethodContext& context,
- const framing::FieldTable& xids );
-
void rollback(const framing::MethodContext& context,
u_int16_t ticket,
const std::string& xid );