summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen/amqpgen.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/rubygen/amqpgen.rb')
-rwxr-xr-xqpid/cpp/rubygen/amqpgen.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/rubygen/amqpgen.rb b/qpid/cpp/rubygen/amqpgen.rb
index 67b4b1c73c..9e4bb7c22c 100755
--- a/qpid/cpp/rubygen/amqpgen.rb
+++ b/qpid/cpp/rubygen/amqpgen.rb
@@ -343,6 +343,10 @@ class AmqpClass < AmqpElement
!["connection", "session", "execution"].include?(name)
end
+ def control?()
+ ["connection010", "session010"].include?(name)
+ end
+
def actions() controls+commands; end
end