summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-05-30 10:19:40 +0000
committerGordon Sim <gsim@apache.org>2007-05-30 10:19:40 +0000
commit185c1598e0b73d490b7624e63db3c5348d5423c6 (patch)
tree3b4ea8271bc1f9bc4aee3a07ec2289b0dd77fbf7 /qpid/cpp
parent29a990c7329141745aba691f145156fa8ba3c462 (diff)
downloadqpid-python-185c1598e0b73d490b7624e63db3c5348d5423c6.tar.gz
Remove dummy class defs.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@542791 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/qpid/broker/DtxHandlerImpl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/cpp/src/qpid/broker/DtxHandlerImpl.h b/qpid/cpp/src/qpid/broker/DtxHandlerImpl.h
index f8669bc2b9..20fd825249 100644
--- a/qpid/cpp/src/qpid/broker/DtxHandlerImpl.h
+++ b/qpid/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,