From 03a39d920d010b29b156a99ee9b3fcfc7c7c64a1 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 9 Jun 2008 20:55:09 +0000 Subject: 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 --- cpp/src/qpid/client/Demux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/qpid/client/Demux.h') diff --git a/cpp/src/qpid/client/Demux.h b/cpp/src/qpid/client/Demux.h index dce24223f2..5c640f99d2 100644 --- a/cpp/src/qpid/client/Demux.h +++ b/cpp/src/qpid/client/Demux.h @@ -32,6 +32,7 @@ namespace qpid { namespace client { +///@internal class ByTransferDest { const std::string dest; @@ -40,6 +41,7 @@ public: bool operator()(const framing::FrameSet& frameset) const; }; +///@internal class Demux { public: -- cgit v1.2.1