diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-04 20:42:19 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-04 20:42:19 +0000 |
| commit | 848448ae4ea238c355fd8f591a7bab58e64c98c8 (patch) | |
| tree | 2005909168f42e4bda15ab55e80fafa1b304ec49 /qpid/cpp/rubygen/99-0/Session.rb | |
| parent | 47e9a55ae0e729ba7dc10c2800cfb14dc721675f (diff) | |
| download | qpid-python-848448ae4ea238c355fd8f591a7bab58e64c98c8.tar.gz | |
Further updates to support final 0-10 spec
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@633627 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/rubygen/99-0/Session.rb b/qpid/cpp/rubygen/99-0/Session.rb index 5a6f061937..1ec78f6167 100644 --- a/qpid/cpp/rubygen/99-0/Session.rb +++ b/qpid/cpp/rubygen/99-0/Session.rb @@ -6,9 +6,9 @@ require 'cppgen' class CppGen def session_methods - excludes = ["channel", "connection", "session", "execution", "connection010", "session010"] + excludes = ["channel", "connection", "session", "execution"] gen_methods=@amqp.methods_on(@chassis).reject { |m| - excludes.include? m.parent.name + excludes.include? m.parent.name or m.body_name.include?("010") } end |
