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 | a7b2ecbe6567e78e00fb8c94b3bb6cbff7ade5c1 (patch) | |
tree | d65254091dd76149a9ab5ba9933632ed14b580fe /qpid/cpp/lib/client | |
parent | 6576c1d3ebc6db47ef7758e271b3ddefcd33f76d (diff) | |
download | qpid-python-a7b2ecbe6567e78e00fb8c94b3bb6cbff7ade5c1.tar.gz |
Comment correction.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@492318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/lib/client')
-rw-r--r-- | qpid/cpp/lib/client/ClientExchange.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/qpid/cpp/lib/client/ClientExchange.h b/qpid/cpp/lib/client/ClientExchange.h index 1c84a917a8..296a1920a6 100644 --- a/qpid/cpp/lib/client/ClientExchange.h +++ b/qpid/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 */ |