diff options
| author | Alan Conway <aconway@apache.org> | 2008-06-09 20:55:09 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-06-09 20:55:09 +0000 |
| commit | 03a39d920d010b29b156a99ee9b3fcfc7c7c64a1 (patch) | |
| tree | 0959d63de389bd08fcb5d074eb5a0712a1db24a8 /cpp/src/Makefile.am | |
| parent | 31a74cd4a5c849b134a172cc5e6ce2e2a447e5e5 (diff) | |
| download | qpid-python-03a39d920d010b29b156a99ee9b3fcfc7c7c64a1.tar.gz | |
Updated doxygen comments in qpid/client/*.h
Changed request-response example to use SubscriptionManager like the others.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@665891 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index d498b1f60e..cc594b0f3b 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -321,14 +321,12 @@ libqpidclient_la_SOURCES = \ qpid/client/ConnectionSettings.cpp \ qpid/client/Demux.cpp \ qpid/client/Dispatcher.cpp \ - qpid/client/Exchange.cpp \ qpid/client/Future.cpp \ qpid/client/FutureCompletion.cpp \ qpid/client/FutureResult.cpp \ qpid/client/LocalQueue.cpp \ qpid/client/Message.cpp \ qpid/client/MessageListener.cpp \ - qpid/client/Queue.cpp \ qpid/client/Results.cpp \ qpid/client/SessionBase_0_10.cpp \ qpid/client/SessionBase_0_10.h \ @@ -444,7 +442,6 @@ nobase_include_HEADERS = \ qpid/client/ChainableFrameHandler.h \ qpid/client/Demux.h \ qpid/client/Dispatcher.h \ - qpid/client/Exchange.h \ qpid/client/Execution.h \ qpid/client/Future.h \ qpid/client/FutureCompletion.h \ @@ -453,7 +450,6 @@ nobase_include_HEADERS = \ qpid/client/Message.h \ qpid/client/MessageListener.h \ qpid/client/MessageQueue.h \ - qpid/client/Queue.h \ qpid/client/Results.h \ qpid/client/SessionBase_0_10.h \ qpid/client/Session.h \ |
