diff options
| author | Jonathan Robie <jonathan@apache.org> | 2008-11-19 11:54:02 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2008-11-19 11:54:02 +0000 |
| commit | 3504faae198f72be893c53e2b2551ea3de168631 (patch) | |
| tree | 7345b6efe79206b7f795b9fca14baca707e6c9ab /qpid/cpp/src | |
| parent | efc823f5158135587d87fd87ec76a23acf45d481 (diff) | |
| download | qpid-python-3504faae198f72be893c53e2b2551ea3de168631.tar.gz | |
Removed overblown Doxygen comments.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@718937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/client/Connection.h | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/qpid/cpp/src/qpid/client/Connection.h b/qpid/cpp/src/qpid/client/Connection.h index 0a74df9206..d03542bb5b 100644 --- a/qpid/cpp/src/qpid/client/Connection.h +++ b/qpid/cpp/src/qpid/client/Connection.h @@ -109,31 +109,7 @@ class Connection /** * Opens a connection to a broker. * - * @param the settings to use (host, port etc) - * - * Specifying connection parameters with ConnectionSettings - * - * @code - * #include <qpid/client/ConnectionSettings.h> - * #include <qpid/client/Connection.h> - * #include <qpid/client/Session.h> - * - * using namespace qpid::client; - * - * int main(int , char** ) { - * - * ConnectionSettings connectionSettings; - * connectionSettings.host = "localhost"; - * connectionSettings.port = 5672; - * connectionSettings.tcpNoDelay = true; - * connectionSettings.maxFrameSize = 65535; - * connectionSettings.bounds = 4; - * - * Connection connection; - * try { - * connection.open(connectionSettings); - * Session session = connection.newSession(); - * @endcode + * @param the settings to use (host, port etc). @see ConnectionSettings. */ void open(const ConnectionSettings& settings); |
