From 22ca374f2fceea161acc4e35ebc13871794600c6 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 30 May 2007 07:18:04 +0000 Subject: Include new dtx classes in generated code. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@542768 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/DtxHandlerImpl.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cpp/src/qpid') 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 ); -- cgit v1.2.1