diff options
| author | Alan Conway <aconway@apache.org> | 2007-08-29 00:00:50 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-08-29 00:00:50 +0000 |
| commit | 3ab19469e58c0dc234b163957d7d3d67ca4ba7dd (patch) | |
| tree | 7acda7990b8c981350bd8556713ac51993be1b74 /qpid/cpp/rubygen/templates | |
| parent | 7ad51191a98ee68353d25910ab19883ba3f2ff88 (diff) | |
| download | qpid-python-3ab19469e58c0dc234b163957d7d3d67ca4ba7dd.tar.gz | |
* rubygen/cppgen.rb: Use class Uuid for AMQP uuids.
* rubygen/templates/structs.rb: Use class Uuid for AMQP uuids.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@570595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rubygen/templates')
| -rw-r--r-- | qpid/cpp/rubygen/templates/structs.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/rubygen/templates/structs.rb b/qpid/cpp/rubygen/templates/structs.rb index 2543c43717..fd949eb53d 100644 --- a/qpid/cpp/rubygen/templates/structs.rb +++ b/qpid/cpp/rubygen/templates/structs.rb @@ -20,8 +20,7 @@ class StructGen < CppGen "timestamp"=>"LongLong", "table"=>"FieldTable", "content"=>"Content", - "long-struct"=>"LongString", - "uuid" => "ShortString" # FIXME aconway 2007-08-27: Remove. + "long-struct"=>"LongString" } SizeMap={ "octet"=>"1", |
