summaryrefslogtreecommitdiff
path: root/cpp/rubygen/99-0/Session.rb
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-03-03 14:49:06 +0000
committerGordon Sim <gsim@apache.org>2008-03-03 14:49:06 +0000
commitb4dac41573e33e1a04a2b7b8c9a35f5e72b662bc (patch)
tree15e25a2dc7b42f3788f9dccdd7e632dcf8c346d2 /cpp/rubygen/99-0/Session.rb
parent928699508993a5ccc59254027773281883d1e973 (diff)
downloadqpid-python-b4dac41573e33e1a04a2b7b8c9a35f5e72b662bc.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/qpid@633108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rubygen/99-0/Session.rb')
-rw-r--r--cpp/rubygen/99-0/Session.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/rubygen/99-0/Session.rb b/cpp/rubygen/99-0/Session.rb
index e01a28a62d..5a6f061937 100644
--- a/cpp/rubygen/99-0/Session.rb
+++ b/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
}