From f420415a0fd5ab9f536d38aa6ec6bd4580b45e30 Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Tue, 9 Jan 2007 20:29:06 +0000 Subject: version back merge from trunk rev 494553. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@494559 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/InMemoryContentTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/tests/InMemoryContentTest.cpp') diff --git a/cpp/tests/InMemoryContentTest.cpp b/cpp/tests/InMemoryContentTest.cpp index 64789ed836..bd638dae66 100644 --- a/cpp/tests/InMemoryContentTest.cpp +++ b/cpp/tests/InMemoryContentTest.cpp @@ -20,6 +20,7 @@ */ #include #include +#include #include #include @@ -66,7 +67,7 @@ public: u_int16_t channel = 3; addframes(content, inCount, in); - content.send(&handler, channel, framesize); + content.send(highestProtocolVersion, &handler, channel, framesize); check(handler, channel, outCount, out); } -- cgit v1.2.1