diff options
| author | Alan Conway <aconway@apache.org> | 2007-03-14 16:27:56 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-03-14 16:27:56 +0000 |
| commit | 44b1f16bc98dc3a8a4f344d0d27ae4b7954309c9 (patch) | |
| tree | 53243187c294ae1c3e3999f1ad4785fd0b1f4c8a /cpp/lib/client | |
| parent | e173506a5407f9577f8f648676ae0e91cb7d0a65 (diff) | |
| download | qpid-python-44b1f16bc98dc3a8a4f344d0d27ae4b7954309c9.tar.gz | |
Merged revisions 506406 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid
........
r506406 | gsim | 2007-02-12 05:32:56 -0500 (Mon, 12 Feb 2007) | 4 lines
* lib/client/Connection.h - changed default virtual host from '/' to '' as per QPID-349
* lib/client/ClientExchange.h - fixed typo in a comment
........
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/client')
| -rw-r--r-- | cpp/lib/client/ClientExchange.h | 2 | ||||
| -rw-r--r-- | cpp/lib/client/Connection.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/lib/client/ClientExchange.h b/cpp/lib/client/ClientExchange.h index 296a1920a6..a8ac21fa9b 100644 --- a/cpp/lib/client/ClientExchange.h +++ b/cpp/lib/client/ClientExchange.h @@ -39,7 +39,7 @@ namespace client { * 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 diff --git a/cpp/lib/client/Connection.h b/cpp/lib/client/Connection.h index c008463ff6..4fa95a1439 100644 --- a/cpp/lib/client/Connection.h +++ b/cpp/lib/client/Connection.h @@ -145,7 +145,7 @@ class Connection : public ConnectionForChannel 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 = "/"); /** * Close the connection with optional error information for the peer. |
