From 3b80f903b6174b4346d7d7b537d783f628fe28d6 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 21 Sep 2007 15:13:52 +0000 Subject: 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/qpid@578167 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/Makefile.am') diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 7f25c194d4..cf7029dabc 100644 --- a/cpp/src/Makefile.am +++ b/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 \ -- cgit v1.2.1