diff options
| author | Ted Ross <tross@apache.org> | 2009-08-19 20:01:57 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-08-19 20:01:57 +0000 |
| commit | 772903c9da606299524007dc65cb46333ebb2cd8 (patch) | |
| tree | ee254c52b250924c2848d9f8f0235e76b5eb1faa /cpp/include/qmf/Agent.h | |
| parent | 413f907caf0013942126d566113e322576759a6f (diff) | |
| download | qpid-python-772903c9da606299524007dc65cb46333ebb2cd8.tar.gz | |
Fixed doxygen generation for the C++ APIs
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@805955 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qmf/Agent.h')
| -rw-r--r-- | cpp/include/qmf/Agent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/include/qmf/Agent.h b/cpp/include/qmf/Agent.h index 2ba639ca37..e61cd737d0 100644 --- a/cpp/include/qmf/Agent.h +++ b/cpp/include/qmf/Agent.h @@ -35,6 +35,8 @@ namespace qmf { /** * AgentListener is used by agents that select the internalStore=false option (see Agent * constructor) or by agents that wish to provide access control for queries and methods. + * + * \ingroup qmfapi */ class AgentListener { QMF_EXTERN virtual ~AgentListener(); @@ -143,6 +145,8 @@ namespace qmf { /** * The Agent class is the QMF Agent portal. It should be instantiated once and associated with a * Connection (setConnection) to connect an agent to the QMF infrastructure. + * + * \ingroup qmfapi */ class Agent { public: |
