Author: gsim
Date: Mon Feb 12 02:32:56 2007
New Revision: 506406

URL: http://svn.apache.org/viewvc?view=rev&rev=506406
Log:
* lib/client/Connection.h - changed default virtual host from '/' to '' as per 
QPID-349
* lib/client/ClientExchange.h - fixed typo in a comment


Modified:
    incubator/qpid/trunk/qpid/cpp/lib/client/ClientExchange.h
    incubator/qpid/trunk/qpid/cpp/lib/client/Connection.h

Modified: incubator/qpid/trunk/qpid/cpp/lib/client/ClientExchange.h
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/lib/client/ClientExchange.h?view=diff&rev=506406&r1=506405&r2=506406
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/lib/client/ClientExchange.h (original)
+++ incubator/qpid/trunk/qpid/cpp/lib/client/ClientExchange.h Mon Feb 12 
02:32:56 2007
@@ -39,7 +39,7 @@
      * of the binding and the type of exchange.
      *
      * There are some standard exchange instances that are predeclared
-     * on all AMQP brokers. These are defined as statisc members
+     * on all AMQP brokers. These are defined as static members
      * STANDARD_DIRECT_EXCHANGE, STANDARD_TOPIC_EXCHANGE and
      * STANDARD_HEADERS_EXCHANGE. There is also the 'default' exchange
      * (member DEFAULT_EXCHANGE) which is nameless and of type

Modified: incubator/qpid/trunk/qpid/cpp/lib/client/Connection.h
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/lib/client/Connection.h?view=diff&rev=506406&r1=506405&r2=506406
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/lib/client/Connection.h (original)
+++ incubator/qpid/trunk/qpid/cpp/lib/client/Connection.h Mon Feb 12 02:32:56 
2007
@@ -127,7 +127,7 @@
          */
         void open(const std::string& host, int port = 5672, 
                   const std::string& uid = "guest", const std::string& pwd = 
"guest", 
-                  const std::string& virtualhost = "/");
+                  const std::string& virtualhost = "");
         /**
          * Closes the connection. Any further use of this connection
          * (without reopening it) will not succeed.


Reply via email to