diff options
Diffstat (limited to 'cpp/rubygen/framing.0-10/constants.rb')
-rwxr-xr-x | cpp/rubygen/framing.0-10/constants.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/rubygen/framing.0-10/constants.rb b/cpp/rubygen/framing.0-10/constants.rb index 752f50b6e9..df74ac7459 100755 --- a/cpp/rubygen/framing.0-10/constants.rb +++ b/cpp/rubygen/framing.0-10/constants.rb @@ -23,6 +23,7 @@ class ConstantsGen < CppGen } genl l.join(",\n") } + define_constants_for(@amqp.domain("segment-type").enum) namespace("execution") { define_constants_for(@amqp.class_("execution").domain("error-code").enum) } |