diff options
author | Alan Conway <aconway@apache.org> | 2007-07-04 01:24:21 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-07-04 01:24:21 +0000 |
commit | 7865fcf6689f96219365995e8ad09b3332205176 (patch) | |
tree | c4685567c821bf9bd6240310e20b8c3d9f64c846 /cpp/src/tests/FramingTest.cpp | |
parent | c601e5c7ea901afc71a6a82f61b3945022ae9e28 (diff) | |
download | qpid-python-7865fcf6689f96219365995e8ad09b3332205176.tar.gz |
Fix error from previous commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@553033 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/FramingTest.cpp')
-rw-r--r-- | cpp/src/tests/FramingTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/tests/FramingTest.cpp b/cpp/src/tests/FramingTest.cpp index cac2ce986a..9c60af7866 100644 --- a/cpp/src/tests/FramingTest.cpp +++ b/cpp/src/tests/FramingTest.cpp @@ -352,7 +352,6 @@ class FramingTest : public CppUnit::TestCase void print(std::ostream&) const {} MethodId amqpMethodId() const { return 0; } ClassId amqpClassId() const { return 0; } - FullMethodId getFullMethodId() const { return 0; } void encodeContent(Buffer& ) const {} void decodeContent(Buffer& ) {} }; |