diff options
author | Alan Conway <aconway@apache.org> | 2007-08-27 13:31:41 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-08-27 13:31:41 +0000 |
commit | ccff0f7d310a32c54b12de6b8b6ed73e98b235ec (patch) | |
tree | 6f59de8b64308b0a4ae005126f14a566f0766f2a /cpp/rubygen/templates | |
parent | 54b9b8aeb902851cd52825764938e1b012e06a43 (diff) | |
download | qpid-python-ccff0f7d310a32c54b12de6b8b6ed73e98b235ec.tar.gz |
* 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
Diffstat (limited to 'cpp/rubygen/templates')
-rw-r--r-- | cpp/rubygen/templates/structs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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", |