diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-22 23:13:43 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-22 23:13:43 +0000 |
| commit | 60434be9f8c48d05d1f7c1d406f93142d8c1dc44 (patch) | |
| tree | 3a2cbcdc76b3414d6e775b85100ba5a5764e162e /cpp/src/qpid/client | |
| parent | 0375ee9a77888a4901dcb093af1683c953cfcb37 (diff) | |
| download | qpid-python-60434be9f8c48d05d1f7c1d406f93142d8c1dc44.tar.gz | |
Fixed rubygen to skip unchanged generated files, prevents needless
rebuilding every time the code generator changes.
Start of amqp 0-10 mapping, work in progress.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@630353 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client')
| -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 3293af60fe..5d91f289e2 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_0_10 + * Session is currently just an alias for Session_99_0 * * \ingroup clientapi */ |
