diff options
| author | Gordon Sim <gsim@apache.org> | 2009-11-16 15:57:43 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-11-16 15:57:43 +0000 |
| commit | acc0362ec2fcf9a7894bdc71f438444ab249f35d (patch) | |
| tree | 4432d210f14dcf279c2285cf26d3f505763f6f20 /cpp/include | |
| parent | 86b0bb439db4290350e16013e17dd97791e2a5dc (diff) | |
| download | qpid-python-acc0362ec2fcf9a7894bdc71f438444ab249f35d.tar.gz | |
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
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qpid/messaging/Address.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: * - * <address> [ / <subject> ] [ { <key> : <value> , ... } ] + * <address> [ / <subject> ] ; [ { <key> : <value> , ... } ] * * Here the <address> is a simple name for the addressed entity and * <subject> is a subject or subject pattern for messages sent to or |
