summaryrefslogtreecommitdiff
path: root/cpp/rubygen/cppgen.rb
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2007-10-16 10:21:20 +0000
committerAndrew Stitcher <astitcher@apache.org>2007-10-16 10:21:20 +0000
commit5113fdd829e956b6836c102c13b83fb8105a7453 (patch)
tree600ada669c06d834c4509ea6c277deeaefc9effa /cpp/rubygen/cppgen.rb
parent0ae648d78f3970eb7fc96f000a5ba4f6444e4b6e (diff)
downloadqpid-python-5113fdd829e956b6836c102c13b83fb8105a7453.tar.gz
Implementation of 0-10 field tables
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@585097 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rubygen/cppgen.rb')
-rwxr-xr-xcpp/rubygen/cppgen.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/rubygen/cppgen.rb b/cpp/rubygen/cppgen.rb
index 7973bccf5b..509cd39295 100755
--- a/cpp/rubygen/cppgen.rb
+++ b/cpp/rubygen/cppgen.rb
@@ -120,8 +120,8 @@ class AmqpDomain
"timestamp"=>CppType.new("uint64_t").code("LongLong").defval("0"),
"longstr"=>CppType.new("string").passcref.retcref.code("LongString"),
"shortstr"=>CppType.new("string").passcref.retcref.code("ShortString"),
- "table"=>CppType.new("FieldTable").passcref.retcref.code("FieldTable"),
- "content"=>CppType.new("Content").passcref.retcref.code("Content"),
+ "table"=>CppType.new("FieldTable").passcref.retcref,
+ "content"=>CppType.new("Content").passcref.retcref,
"rfc1982-long-set"=>CppType.new("SequenceNumberSet").passcref.retcref,
"long-struct"=>CppType.new("string").passcref.retcref.code("LongString"),
"uuid"=>CppType.new("Uuid").passcref.retcref