diff options
Diffstat (limited to 'cpp/src/qpid/client/Session.h')
| -rw-r--r-- | cpp/src/qpid/client/Session.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
