diff options
author | Gordon Sim <gsim@apache.org> | 2007-05-30 10:19:40 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-05-30 10:19:40 +0000 |
commit | 3aff281537087472f7534776469659980e0d32c0 (patch) | |
tree | a439af27ab799ef46c1ea5e74a47de0a84b676b4 /cpp/src | |
parent | 22ca374f2fceea161acc4e35ebc13871794600c6 (diff) | |
download | qpid-python-3aff281537087472f7534776469659980e0d32c0.tar.gz |
Remove dummy class defs.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@542791 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/broker/DtxHandlerImpl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/qpid/broker/DtxHandlerImpl.h b/cpp/src/qpid/broker/DtxHandlerImpl.h index f8669bc2b9..20fd825249 100644 --- a/cpp/src/qpid/broker/DtxHandlerImpl.h +++ b/cpp/src/qpid/broker/DtxHandlerImpl.h @@ -26,10 +26,6 @@ namespace qpid { namespace broker { -/* dummy interfaces until real ones are generated from published spec */ -class DtxCoordinationHandler{}; -class DtxDemarcationHandler{}; - class DtxHandlerImpl : public CoreRefs, public framing::AMQP_ServerOperations::DtxCoordinationHandler, |