summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen/99-0/Session.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/rubygen/99-0/Session.rb')
-rw-r--r--qpid/cpp/rubygen/99-0/Session.rb2
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
}