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/tests/FramingTest.cpp | |
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/tests/FramingTest.cpp')
-rw-r--r-- | cpp/src/tests/FramingTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/tests/FramingTest.cpp b/cpp/src/tests/FramingTest.cpp index 21918f2bdd..f82507c0a7 100644 --- a/cpp/src/tests/FramingTest.cpp +++ b/cpp/src/tests/FramingTest.cpp @@ -18,8 +18,6 @@ * under the License. * */ -#include "qpid/client/Exchange.h" -#include "qpid/client/Queue.h" #include "qpid/client/Connection.h" #include "qpid/client/Connector.h" #include "qpid/framing/AMQP_HighestVersion.h" |