diff options
| author | Alan Conway <aconway@apache.org> | 2007-07-03 23:51:17 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-07-03 23:51:17 +0000 |
| commit | 25cb687fb0079dc3021742e01bcb5ab54855e579 (patch) | |
| tree | b509caa5501346b1c42e15d72f2657d10ab51aee /qpid/cpp/src/tests/FramingTest.cpp | |
| parent | 3ca9356209361677fc3de22b92ee0b4c4333ef7f (diff) | |
| download | qpid-python-25cb687fb0079dc3021742e01bcb5ab54855e579.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@553024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/FramingTest.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/FramingTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/FramingTest.cpp b/qpid/cpp/src/tests/FramingTest.cpp index 9c60af7866..cac2ce986a 100644 --- a/qpid/cpp/src/tests/FramingTest.cpp +++ b/qpid/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& ) {} }; |
