diff options
author | Alan Conway <aconway@apache.org> | 2008-03-04 16:34:01 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-03-04 16:34:01 +0000 |
commit | 24435b9c62976e0a4c0857f86057d3c93389b79f (patch) | |
tree | ce9c88040f27fee8fc5f980e09c4ee487686cb4b /cpp/rubygen/cppgen.rb | |
parent | 089d3974d9555658f79e4ef02232877dab4dcad3 (diff) | |
download | qpid-python-24435b9c62976e0a4c0857f86057d3c93389b79f.tar.gz |
Completed holders, visitors and serialization for 0-10 commands and controls.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@633533 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rubygen/cppgen.rb')
-rwxr-xr-x | cpp/rubygen/cppgen.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/rubygen/cppgen.rb b/cpp/rubygen/cppgen.rb index 8e64b06208..63a2e6857e 100755 --- a/cpp/rubygen/cppgen.rb +++ b/cpp/rubygen/cppgen.rb @@ -162,7 +162,7 @@ class AmqpAction def classname() name.typename; end def funcname() parent.name.funcname + name.caps; end def fqclassname() parent.name+"::"+classname; end - + def full_code() (containing_class.code.hex << 8)+code.hex; end include AmqpHasFields end |