diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-03 14:49:06 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-03 14:49:06 +0000 |
| commit | 0fb2f5356f1ea96ea0f3ccbc3de54cbd556fc57e (patch) | |
| tree | 8fe7333962fbea735455340424657a540c6ef9a9 /qpid/cpp/rubygen/99-0/Session.rb | |
| parent | c8ad468141a96e5fdf4534552fe72e84399d5d5d (diff) | |
| download | qpid-python-0fb2f5356f1ea96ea0f3ccbc3de54cbd556fc57e.tar.gz | |
A further step to final 0-10 spec.
The extra.xml fragment adds class defs for connection in session that are in line with latest spec but use old schema.
The preview codepath (99-0) remains unaltered.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@633108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rubygen/99-0/Session.rb')
| -rw-r--r-- | qpid/cpp/rubygen/99-0/Session.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/rubygen/99-0/Session.rb b/qpid/cpp/rubygen/99-0/Session.rb index e01a28a62d..5a6f061937 100644 --- a/qpid/cpp/rubygen/99-0/Session.rb +++ b/qpid/cpp/rubygen/99-0/Session.rb @@ -6,7 +6,7 @@ require 'cppgen' class CppGen def session_methods - excludes = ["channel", "connection", "session", "execution"] + excludes = ["channel", "connection", "session", "execution", "connection010", "session010"] gen_methods=@amqp.methods_on(@chassis).reject { |m| excludes.include? m.parent.name } |
