From 920ebd038170238ab4e77d25a77cf2c6730ba97b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 4 Mar 2008 16:34:01 +0000 Subject: Completed holders, visitors and serialization for 0-10 commands and controls. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@633533 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/rubygen/cppgen.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/rubygen/cppgen.rb') diff --git a/qpid/cpp/rubygen/cppgen.rb b/qpid/cpp/rubygen/cppgen.rb index 8e64b06208..63a2e6857e 100755 --- a/qpid/cpp/rubygen/cppgen.rb +++ b/qpid/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 -- cgit v1.2.1