diff options
Diffstat (limited to 'cpp/src/qpid/client/Queue.h')
-rw-r--r-- | cpp/src/qpid/client/Queue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/client/Queue.h b/cpp/src/qpid/client/Queue.h index 9ab8c70b08..078e04c29e 100644 --- a/cpp/src/qpid/client/Queue.h +++ b/cpp/src/qpid/client/Queue.h @@ -27,6 +27,8 @@ namespace qpid { namespace client { /** + * DEPRECATED + * * A 'handle' used to represent an AMQP queue in the Channel * methods. Creating an instance of this class does not cause the * queue to be created on the broker. Rather, an instance of this @@ -48,8 +50,6 @@ namespace client { * * We use the term 'temporary queue' to refer to an exclusive * queue. - * - * \ingroup clientapi */ class Queue{ std::string name; |