summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-09-19 22:34:11 +0000
committerAlan Conway <aconway@apache.org>2007-09-19 22:34:11 +0000
commit7ac52b8288273de98f3e97ee8e34776a61034bfc (patch)
treee0a180875e3d097fabcb9b01d543a9d65f4f5cc2 /cpp/src/Makefile.am
parent9759046f7a53c88d17355d75d9ca7cc38ec35657 (diff)
downloadqpid-python-7ac52b8288273de98f3e97ee8e34776a61034bfc.tar.gz
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/qpid@577459 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index a4e98c5b68..06d17c5ccc 100644
--- a/cpp/src/Makefile.am
+++ b/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 \