You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2007/10/29 16:27:40 UTC

svn commit: r589675 - /activemq/activemq-cpp/trunk/src/main/cms/ConnectionFactory.h

Author: tabish
Date: Mon Oct 29 08:27:39 2007
New Revision: 589675

URL: http://svn.apache.org/viewvc?rev=589675&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQCPP-151

Adding in static CMS ConnectionFactory create support.

Modified:
    activemq/activemq-cpp/trunk/src/main/cms/ConnectionFactory.h

Modified: activemq/activemq-cpp/trunk/src/main/cms/ConnectionFactory.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/cms/ConnectionFactory.h?rev=589675&r1=589674&r2=589675&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/cms/ConnectionFactory.h (original)
+++ activemq/activemq-cpp/trunk/src/main/cms/ConnectionFactory.h Mon Oct 29 08:27:39 2007
@@ -96,6 +96,7 @@
          * Static method that is used to create a provider specfic connection
          * factory.  The provider implements this method in their library and
          * returns an instance of a ConnectionFactory dervied object.
+         * @param brokerURI - the address to use to connect to the broker.
          * @returns Provider specific ConnectionFactory
          * @throws CMSException if and error occurs.
          */