diff options
author | Alan Conway <aconway@apache.org> | 2007-01-03 21:50:59 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-01-03 21:50:59 +0000 |
commit | 1f6c4e5d1d5966bc994613227525d47d0426ada6 (patch) | |
tree | 57073041c1441a88de5cc76b27d9c79509986e70 | |
parent | a3370e8693452cef1092e3ca21e276d51e9ced98 (diff) | |
download | qpid-python-1f6c4e5d1d5966bc994613227525d47d0426ada6.tar.gz |
Comment correction.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@492318 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/lib/client/ClientExchange.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cpp/lib/client/ClientExchange.h b/cpp/lib/client/ClientExchange.h index 1c84a917a8..296a1920a6 100644 --- a/cpp/lib/client/ClientExchange.h +++ b/cpp/lib/client/ClientExchange.h @@ -39,11 +39,12 @@ namespace client { * of the binding and the type of exchange. * * There are some standard exchange instances that are predeclared - * on all AMQP brokers. handles for these are defined as statisc - * members (see DEFAULT_DIRECT_EXCHANGE, DEFAULT_TOPIC_EXCHANGE - * and DEFAULT_HEADERS_EXCHANGE). There is also the 'default' - * exchange which is nameless and of type 'direct' and has every - * declared queue bound to it by their name. + * on all AMQP brokers. These are defined as statisc members + * STANDARD_DIRECT_EXCHANGE, STANDARD_TOPIC_EXCHANGE and + * STANDARD_HEADERS_EXCHANGE. There is also the 'default' exchange + * (member DEFAULT_EXCHANGE) which is nameless and of type + * 'direct' and has every declared queue bound to it by queue + * name. * * \ingroup clientapi */ |