diff options
author | Alan Conway <aconway@apache.org> | 2008-01-29 14:48:59 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-01-29 14:48:59 +0000 |
commit | 8e95dcde05f1617fa58caa1171d213f2c18640e3 (patch) | |
tree | 342c61d78bd78c41138e71a9e6cd883c96ed5b4b /qpid/cpp/src/tests/TxAckTest.cpp | |
parent | 71953a76caba28be5083ed2ec1bf01dfe4b3a97b (diff) | |
download | qpid-python-8e95dcde05f1617fa58caa1171d213f2c18640e3.tar.gz |
Deleted unused classes, adjusted files that still mention them.
D src/qpid/framing/ChannelAdapter.cpp
D src/qpid/framing/ChannelAdapter.h
D src/qpid/framing/HandlerUpdater.h
D src/tests/BrokerChannelTest.cpp
D src/tests/MockChannel.h
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@616353 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/TxAckTest.cpp')
-rw-r--r-- | qpid/cpp/src/tests/TxAckTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/TxAckTest.cpp b/qpid/cpp/src/tests/TxAckTest.cpp index 1451fb65b6..6c0bc8b5ee 100644 --- a/qpid/cpp/src/tests/TxAckTest.cpp +++ b/qpid/cpp/src/tests/TxAckTest.cpp @@ -25,7 +25,6 @@ #include <iostream> #include <list> #include <vector> -#include "MockChannel.h" using std::list; using std::vector; |