summaryrefslogtreecommitdiff
path: root/cpp/src/tests/FramingTest.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-07-03 23:51:17 +0000
committerAlan Conway <aconway@apache.org>2007-07-03 23:51:17 +0000
commitc601e5c7ea901afc71a6a82f61b3945022ae9e28 (patch)
treed6ce165deaa024fcfaa381eda59bca0ca9609873 /cpp/src/tests/FramingTest.cpp
parent653f0ed6cb89b0b38d295139c102c94352fb8a97 (diff)
downloadqpid-python-c601e5c7ea901afc71a6a82f61b3945022ae9e28.tar.gz
* cluster/ClasifierHandler: classifies frames for clustering treatment.
Currently classifies wiring separately from everything else. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@553024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/FramingTest.cpp')
-rw-r--r--cpp/src/tests/FramingTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/FramingTest.cpp b/cpp/src/tests/FramingTest.cpp
index 9c60af7866..cac2ce986a 100644
--- a/cpp/src/tests/FramingTest.cpp
+++ b/cpp/src/tests/FramingTest.cpp
@@ -352,6 +352,7 @@ 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& ) {}
};