summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/DtxHandlerImpl.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-05-31 16:31:20 +0000
committerGordon Sim <gsim@apache.org>2007-05-31 16:31:20 +0000
commitabf98a7ed4bd2d08d88b7f4f5d753b2e6d6dceb2 (patch)
tree98a79740be2eac25dd86ce80b7cd62472881f53f /cpp/src/qpid/broker/DtxHandlerImpl.h
parent349c01eba782a91b19edd373f058f60a6ff529fa (diff)
downloadqpid-python-abf98a7ed4bd2d08d88b7f4f5d753b2e6d6dceb2.tar.gz
Updates to dtx support.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@543182 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/DtxHandlerImpl.h')
-rw-r--r--cpp/src/qpid/broker/DtxHandlerImpl.h2
1 files changed, 2 insertions, 0 deletions
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);