summaryrefslogtreecommitdiff
path: root/qpid/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
commit83d04a48316c3607045db2b9e94ddd5df00cfeee (patch)
tree652c1c9b79b4604a532f4e4aa250ea572f3f2a78 /qpid/cpp/src/Makefile.am
parent6de6a2a76f374d79cde336e72bf20577d0a1728c (diff)
downloadqpid-python-83d04a48316c3607045db2b9e94ddd5df00cfeee.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@577459 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 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 \