From 654bc85e36ae0e890773aa2c7a36aa91b15967fa 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@880819 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/include/qpid/messaging/Address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/include') diff --git a/qpid/cpp/include/qpid/messaging/Address.h b/qpid/cpp/include/qpid/messaging/Address.h index f255de14f0..eaf5a02782 100644 --- a/qpid/cpp/include/qpid/messaging/Address.h +++ b/qpid/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