diff options
Diffstat (limited to 'cpp/src/qpid/client/Exchange.h')
| -rw-r--r-- | cpp/src/qpid/client/Exchange.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/client/Exchange.h b/cpp/src/qpid/client/Exchange.h index a8ac21fa9b..0640e4fe2c 100644 --- a/cpp/src/qpid/client/Exchange.h +++ b/cpp/src/qpid/client/Exchange.h @@ -27,6 +27,8 @@ namespace qpid { namespace client { /** + * DEPRECATED + * * A 'handle' used to represent an AMQP exchange in the Channel * methods. Exchanges are the destinations to which messages are * published. @@ -45,8 +47,6 @@ namespace client { * (member DEFAULT_EXCHANGE) which is nameless and of type * 'direct' and has every declared queue bound to it by queue * name. - * - * \ingroup clientapi */ class Exchange{ const std::string name; |
