From 5113fdd829e956b6836c102c13b83fb8105a7453 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 16 Oct 2007 10:21:20 +0000 Subject: 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 --- cpp/rubygen/cppgen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/rubygen/cppgen.rb') 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 -- cgit v1.2.1