summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/messaging/Connection.h
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-04-29 16:36:29 +0000
committerJonathan Robie <jonathan@apache.org>2010-04-29 16:36:29 +0000
commit72c25ca3bf1e562be206165380b687c86dd3e910 (patch)
tree9465b5d9463342c92387b4678bd3bdbc36968ca5 /cpp/include/qpid/messaging/Connection.h
parent2d9f20b8084302d379d902e2289541d7c05d5233 (diff)
downloadqpid-python-72c25ca3bf1e562be206165380b687c86dd3e910.tar.gz
Added doxygen group directives.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@939373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qpid/messaging/Connection.h')
-rw-r--r--cpp/include/qpid/messaging/Connection.h6
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