From 83d04a48316c3607045db2b9e94ddd5df00cfeee Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 19 Sep 2007 22:34:11 +0000 Subject: AMQP 0-10 Session suppported on broker and client. Client always uses session on the wire but client::Channel API is still available until all C++ tests are migrated. Broker allows both session and channel connection to support python tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@577459 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src/Makefile.am') diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index a4e98c5b68..06d17c5ccc 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -218,7 +218,7 @@ libqpidclient_la_SOURCES = \ qpid/client/MessageListener.cpp \ qpid/client/Correlator.cpp \ qpid/client/CompletionTracker.cpp \ - qpid/client/ChannelHandler.cpp \ + qpid/client/SessionHandler.cpp \ qpid/client/ConnectionHandler.cpp \ qpid/client/ExecutionHandler.cpp \ qpid/client/FutureCompletion.cpp \ @@ -308,7 +308,7 @@ nobase_include_HEADERS = \ qpid/client/BlockingQueue.h \ qpid/client/Correlator.h \ qpid/client/CompletionTracker.h \ - qpid/client/ChannelHandler.h \ + qpid/client/SessionHandler.h \ qpid/client/ChainableFrameHandler.h \ qpid/client/ConnectionHandler.h \ qpid/client/Execution.h \ -- cgit v1.2.1