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 | 20930554c004aeaa25e21f1924d997aa42d8e03b (patch) | |
tree | 9232276d99373207af341abe350db8c255c3b98c | |
parent | 25cb687fb0079dc3021742e01bcb5ab54855e579 (diff) | |
download | qpid-python-20930554c004aeaa25e21f1924d997aa42d8e03b.tar.gz |
Fix error from previous commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@553033 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/src/tests/FramingTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/FramingTest.cpp b/qpid/cpp/src/tests/FramingTest.cpp index cac2ce986a..9c60af7866 100644 --- a/qpid/cpp/src/tests/FramingTest.cpp +++ b/qpid/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& ) {} }; |