From acc0362ec2fcf9a7894bdc71f438444ab249f35d Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 16 Nov 2009 15:57:43 +0000 Subject: QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) and the options map in address syntax. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@880819 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/messaging/Address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/include') diff --git a/cpp/include/qpid/messaging/Address.h b/cpp/include/qpid/messaging/Address.h index f255de14f0..eaf5a02782 100644 --- a/cpp/include/qpid/messaging/Address.h +++ b/cpp/include/qpid/messaging/Address.h @@ -51,7 +51,7 @@ class AddressImpl; * All parts of an address can be specified in a string of the * following form: * - *
[ / ] [ { : , ... } ] + *
[ / ] ; [ { : , ... } ] * * Here the
is a simple name for the addressed entity and * is a subject or subject pattern for messages sent to or -- cgit v1.2.1