From 5aa291a5d56d526ec02fb76988770a438d08cd0f Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 23 Jan 2008 14:37:15 +0000 Subject: Some minor changes to doc; primarily aimed at making the list of classes listed as client API more useful. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@614551 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Session.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpp/src/qpid/client/Session.h') diff --git a/cpp/src/qpid/client/Session.h b/cpp/src/qpid/client/Session.h index 6ddea470e6..11105dcd36 100644 --- a/cpp/src/qpid/client/Session.h +++ b/cpp/src/qpid/client/Session.h @@ -26,6 +26,11 @@ namespace qpid { namespace client { +/** + * Session is currently just an alias for Session_0_10 + * + * \ingroup clientapi + */ typedef Session_0_10 Session; }} // namespace qpid::client -- cgit v1.2.1