diff options
Diffstat (limited to 'cpp/include/qpid/messaging/Connection.h')
| -rw-r--r-- | cpp/include/qpid/messaging/Connection.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/include/qpid/messaging/Connection.h b/cpp/include/qpid/messaging/Connection.h index ae5ed4c12e..d3db50592b 100644 --- a/cpp/include/qpid/messaging/Connection.h +++ b/cpp/include/qpid/messaging/Connection.h @@ -36,12 +36,16 @@ template <class> class PrivateImplRef; class ConnectionImpl; class Session; +/** \ingroup messaging + * A connection represents a network connection to a remote endpoint. + */ + class Connection : public qpid::messaging::Handle<ConnectionImpl> { public: QPID_CLIENT_EXTERN Connection(ConnectionImpl* impl); QPID_CLIENT_EXTERN Connection(const Connection&); - /** + /** * Current implementation supports the following options: * * username |
