diff options
| author | Ted Ross <tross@apache.org> | 2010-06-30 14:05:51 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-06-30 14:05:51 +0000 |
| commit | 770c53c8c07fc36a20d687e2da9963c1831f80df (patch) | |
| tree | b99b994426f98c1ed0832b59b5a7049546fe37c4 /qpid/cpp/include | |
| parent | b4641e259f95fad4373f48d5bfe9bec8a76e8135 (diff) | |
| download | qpid-python-770c53c8c07fc36a20d687e2da9963c1831f80df.tar.gz | |
Fixed incorrect syntax for connection options in the comments.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@959317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/messaging/Connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/messaging/Connection.h b/qpid/cpp/include/qpid/messaging/Connection.h index a7f67cef8e..5af4628fa8 100644 --- a/qpid/cpp/include/qpid/messaging/Connection.h +++ b/qpid/cpp/include/qpid/messaging/Connection.h @@ -78,7 +78,7 @@ class Connection : public qpid::messaging::Handle<ConnectionImpl> QPID_MESSAGING_EXTERN Connection(const std::string& url, const qpid::types::Variant::Map& options = qpid::types::Variant::Map()); /** * Creates a connection using an option string of the form - * {name=value,name2=value2...}, see above for options supported. + * {name:value,name2:value2...}, see above for options supported. * * @exception InvalidOptionString if the string does not match the correct syntax */ |
