summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-11-16 15:57:43 +0000
committerGordon Sim <gsim@apache.org>2009-11-16 15:57:43 +0000
commitacc0362ec2fcf9a7894bdc71f438444ab249f35d (patch)
tree4432d210f14dcf279c2285cf26d3f505763f6f20 /cpp/include
parent86b0bb439db4290350e16013e17dd97791e2a5dc (diff)
downloadqpid-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.h2
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