summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/client/Channel.h')
-rw-r--r--cpp/src/qpid/client/Channel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Channel.h b/cpp/src/qpid/client/Channel.h
index 2907da01c6..35e306e9b5 100644
--- a/cpp/src/qpid/client/Channel.h
+++ b/cpp/src/qpid/client/Channel.h
@@ -51,11 +51,12 @@ class MessageListener;
class ReturnedMessageHandler;
/**
+ * THIS CLASS IS DEPRECATED AND WILL BE SHORTLY REMOVED
+ *
* Represents an AMQP channel, i.e. loosely a session of work. It
* is through a channel that most of the AMQP 'methods' are
* exposed.
*
- * \ingroup clientapi
*/
class Channel : private sys::Runnable
{