From ccff0f7d310a32c54b12de6b8b6ed73e98b235ec Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 27 Aug 2007 13:31:41 +0000 Subject: * rubygen/cppgen.rb: Use uint rather than u_int form for consistency. * rubygen/amqpgen.rb: Removed unnecessary sorting. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@570111 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/rubygen/templates/structs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/rubygen/templates/structs.rb') diff --git a/cpp/rubygen/templates/structs.rb b/cpp/rubygen/templates/structs.rb index 47670e9953..c92f71c777 100644 --- a/cpp/rubygen/templates/structs.rb +++ b/cpp/rubygen/templates/structs.rb @@ -21,7 +21,7 @@ class StructGen < CppGen "table"=>"FieldTable", "content"=>"Content", "long-struct"=>"LongString", - "uuid" => "ShortString" # FIXME aconway 2007-08-27: + "uuid" => "ShortString" # FIXME aconway 2007-08-27: Remove. } SizeMap={ "octet"=>"1", -- cgit v1.2.1