diff options
author | Alan Conway <aconway@apache.org> | 2008-05-26 12:11:10 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-05-26 12:11:10 +0000 |
commit | cadb090b23cd630cf5a406c0d78c6435431f29f3 (patch) | |
tree | f0f83a855f6573070bf3678cffe32d08d57bb4f1 /cpp/src | |
parent | 423994c0db435f3966c49eb427b245dae18fa8c2 (diff) | |
download | qpid-python-cadb090b23cd630cf5a406c0d78c6435431f29f3.tar.gz |
Fix compile error in examples.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@660173 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/client/Session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Session.h b/cpp/src/qpid/client/Session.h index fc4175ef22..84831ec442 100644 --- a/cpp/src/qpid/client/Session.h +++ b/cpp/src/qpid/client/Session.h @@ -27,7 +27,7 @@ namespace qpid { namespace client { /** - * Session is currently just an alias for Session_99_0 + * Session is an alias for Session_0_10 * * \ingroup clientapi */ |