From 19e767250f689cac7ab950f68e6421a4490f76f6 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 19 Dec 2006 17:55:16 +0000 Subject: * cpp/gen/Makefile.am: fixed generated code dependencies. * *Channel,SessionHandlerImpl,FramingTest: added FieldTable argument to consume() to conform to updated XML. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488745 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/FramingTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/tests') diff --git a/cpp/tests/FramingTest.cpp b/cpp/tests/FramingTest.cpp index edc62b6187..efdd84c2c4 100644 --- a/cpp/tests/FramingTest.cpp +++ b/cpp/tests/FramingTest.cpp @@ -106,7 +106,8 @@ class FramingTest : public CppUnit::TestCase { std::string q = "queue"; std::string t = "tag"; - BasicConsumeBody in(v, 0, q, t, false, true, false, false); + BasicConsumeBody in(v, 0, q, t, false, true, false, false, + FieldTable()); in.encodeContent(buffer); buffer.flip(); BasicConsumeBody out(v); -- cgit v1.2.1