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 | 654bc85e36ae0e890773aa2c7a36aa91b15967fa (patch) | |
| tree | a931f2fd6e6f98280db018fdae9af82b3f4f9014 /qpid/cpp/include | |
| parent | 0712a2e21fabb7eeb57b8c4683cfbb88ee478951 (diff) | |
| download | qpid-python-654bc85e36ae0e890773aa2c7a36aa91b15967fa.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@880819 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/messaging/Address.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: * - * <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 |
