summaryrefslogtreecommitdiff
path: root/cpp/tests/InMemoryContentTest.cpp
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2007-01-09 20:29:06 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2007-01-09 20:29:06 +0000
commitf420415a0fd5ab9f536d38aa6ec6bd4580b45e30 (patch)
tree2889ea8ccb36409d52c4c927050869e58eb94c3c /cpp/tests/InMemoryContentTest.cpp
parent34ba05808a60710ec97abf82620074c6b40fe1d4 (diff)
downloadqpid-python-f420415a0fd5ab9f536d38aa6ec6bd4580b45e30.tar.gz
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
Diffstat (limited to 'cpp/tests/InMemoryContentTest.cpp')
-rw-r--r--cpp/tests/InMemoryContentTest.cpp3
1 files changed, 2 insertions, 1 deletions
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 <InMemoryContent.h>
#include <qpid_test_plugin.h>
+#include <AMQP_HighestVersion.h>
#include <iostream>
#include <list>
@@ -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);
}