summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-09-21 15:13:52 +0000
committerGordon Sim <gsim@apache.org>2007-09-21 15:13:52 +0000
commitfd4e234dea02bdef1c4db2bea061360de015c8f5 (patch)
tree9f2530766490d445c2cea764d2776c7a7816e2bb /qpid/cpp/src/Makefile.am
parentac502eb4336c57f5f1bf102f2d58f003d71dc82e (diff)
downloadqpid-python-fd4e234dea02bdef1c4db2bea061360de015c8f5.tar.gz
Moved c++ over to using the same preview file for 0-10 work as java.
Removed all channel class related code from broker as a result. Did the same for some python tests I missed earlier. Renamed ChannelAdapter to ChannelHandler. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@578167 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 7f25c194d4..cf7029dabc 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -157,7 +157,7 @@ libqpidbroker_la_SOURCES = \
qpid/broker/BrokerExchange.cpp \
qpid/broker/BrokerQueue.cpp \
qpid/broker/Connection.cpp \
- qpid/broker/ConnectionAdapter.cpp \
+ qpid/broker/ConnectionHandler.cpp \
qpid/broker/ConnectionFactory.cpp \
qpid/broker/Daemon.cpp \
qpid/broker/DeliverableMessage.cpp \
@@ -268,7 +268,7 @@ nobase_include_HEADERS = \
qpid/broker/BrokerAdapter.h \
qpid/broker/BrokerSingleton.h \
qpid/broker/Connection.h \
- qpid/broker/ConnectionAdapter.h \
+ qpid/broker/ConnectionHandler.h \
qpid/broker/ConnectionFactory.h \
qpid/broker/ConnectionToken.h \
qpid/broker/Daemon.h \