Author: aconway
Date: Wed Jan 3 13:50:59 2007
New Revision: 492318
URL: http://svn.apache.org/viewvc?view=rev&rev=492318
Log:
Comment correction.
Modified:
incubator/qpid/trunk/qpid/cpp/lib/client/ClientExchange.h
Modified: incubator/qpid/trunk/qpid/cpp/lib/client/ClientExchange.h
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/lib/client/ClientExchange.h?view=diff&rev=492318&r1=492317&r2=492318
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/lib/client/ClientExchange.h (original)
+++ incubator/qpid/trunk/qpid/cpp/lib/client/ClientExchange.h Wed Jan 3
13:50:59 2007
@@ -39,11 +39,12 @@
* 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
*/