You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2010/06/30 16:05:52 UTC

svn commit: r959317 - /qpid/trunk/qpid/cpp/include/qpid/messaging/Connection.h

Author: tross
Date: Wed Jun 30 14:05:51 2010
New Revision: 959317

URL: http://svn.apache.org/viewvc?rev=959317&view=rev
Log:
Fixed incorrect syntax for connection options in the comments.

Modified:
    qpid/trunk/qpid/cpp/include/qpid/messaging/Connection.h

Modified: qpid/trunk/qpid/cpp/include/qpid/messaging/Connection.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/messaging/Connection.h?rev=959317&r1=959316&r2=959317&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qpid/messaging/Connection.h (original)
+++ qpid/trunk/qpid/cpp/include/qpid/messaging/Connection.h Wed Jun 30 14:05:51 2010
@@ -78,7 +78,7 @@ class Connection : public qpid::messagin
     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
      */



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org