summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen/cppgen.rb
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-08-29 00:00:50 +0000
committerAlan Conway <aconway@apache.org>2007-08-29 00:00:50 +0000
commit3ab19469e58c0dc234b163957d7d3d67ca4ba7dd (patch)
tree7acda7990b8c981350bd8556713ac51993be1b74 /qpid/cpp/rubygen/cppgen.rb
parent7ad51191a98ee68353d25910ab19883ba3f2ff88 (diff)
downloadqpid-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/cppgen.rb')
-rwxr-xr-xqpid/cpp/rubygen/cppgen.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/cpp/rubygen/cppgen.rb b/qpid/cpp/rubygen/cppgen.rb
index 0063231e84..c6f06e80c7 100755
--- a/qpid/cpp/rubygen/cppgen.rb
+++ b/qpid/cpp/rubygen/cppgen.rb
@@ -119,9 +119,7 @@ class AmqpDomain
"content"=>CppType.new("Content").passcref.retcref.code("Content"),
"rfc1982-long-set"=>CppType.new("SequenceNumberSet").passcref.retcref,
"long-struct"=>CppType.new("string").passcref.retcref.code("LongString"),
- # FIXME aconway 2007-08-25: Use Uuid class.
- # "uuid"=>CppType.new("Uuid").passcref.retcref.code,
- "uuid"=>CppType.new("string").passcref.retcref.code("ShortString")
+ "uuid"=>CppType.new("Uuid").passcref.retcref
}
def cppname() name.caps; end