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 | 4d6bb608337f0aa6a4f8d96ae0df5fffd981f113 (patch) | |
| tree | e584fb8aee0782fde55acf6361bbd82221bd02ae /qpid/cpp/rubygen/templates | |
| parent | 25392fe3101ff446bb008dc2c1f96451f3a06d39 (diff) | |
| download | qpid-python-4d6bb608337f0aa6a4f8d96ae0df5fffd981f113.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@570111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rubygen/templates')
| -rw-r--r-- | qpid/cpp/rubygen/templates/structs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/rubygen/templates/structs.rb b/qpid/cpp/rubygen/templates/structs.rb index 47670e9953..c92f71c777 100644 --- a/qpid/cpp/rubygen/templates/structs.rb +++ b/qpid/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", |
