From a7b2ecbe6567e78e00fb8c94b3bb6cbff7ade5c1 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 3 Jan 2007 21:50:59 +0000 Subject: Comment correction. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@492318 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/lib/client/ClientExchange.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'qpid/cpp/lib') 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 */ -- cgit v1.2.1