summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-01-29 14:48:59 +0000
committerAlan Conway <aconway@apache.org>2008-01-29 14:48:59 +0000
commit8e95dcde05f1617fa58caa1171d213f2c18640e3 (patch)
tree342c61d78bd78c41138e71a9e6cd883c96ed5b4b /qpid/cpp/src/Makefile.am
parent71953a76caba28be5083ed2ec1bf01dfe4b3a97b (diff)
downloadqpid-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/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index a79f263c82..48e081e412 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -111,7 +111,6 @@ libqpidcommon_la_SOURCES = \
qpid/framing/Array.cpp \
qpid/framing/BodyHolder.cpp \
qpid/framing/BodyHandler.cpp \
- qpid/framing/ChannelAdapter.cpp \
qpid/framing/Buffer.cpp \
qpid/framing/FieldTable.cpp \
qpid/framing/FieldValue.cpp \
@@ -358,7 +357,6 @@ nobase_include_HEADERS = \
qpid/framing/BodyHandler.h \
qpid/framing/Buffer.h \
qpid/framing/ChannelHandler.h \
- qpid/framing/ChannelAdapter.h \
qpid/framing/FieldTable.h \
qpid/framing/FieldValue.h \
qpid/framing/FrameDefaultVisitor.h \
@@ -367,7 +365,6 @@ nobase_include_HEADERS = \
qpid/framing/FrameSet.h \
qpid/framing/FramingContent.h \
qpid/framing/Handler.h \
- qpid/framing/HandlerUpdater.h \
qpid/framing/HeaderProperties.h \
qpid/framing/InitiationHandler.h \
qpid/framing/Invoker.h \