From abf98a7ed4bd2d08d88b7f4f5d753b2e6d6dceb2 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 31 May 2007 16:31:20 +0000 Subject: Updates to dtx support. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@543182 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/DtxHandlerImpl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/qpid/broker/DtxHandlerImpl.h') diff --git a/cpp/src/qpid/broker/DtxHandlerImpl.h b/cpp/src/qpid/broker/DtxHandlerImpl.h index 20fd825249..eda9e83a91 100644 --- a/cpp/src/qpid/broker/DtxHandlerImpl.h +++ b/cpp/src/qpid/broker/DtxHandlerImpl.h @@ -31,6 +31,8 @@ class DtxHandlerImpl public framing::AMQP_ServerOperations::DtxCoordinationHandler, public framing::AMQP_ServerOperations::DtxDemarcationHandler { + framing::AMQP_ClientProxy::DtxDemarcation dClient; + framing::AMQP_ClientProxy::DtxCoordination cClient; public: DtxHandlerImpl(CoreRefs& parent); -- cgit v1.2.1