diff options
author | Alan Conway <aconway@apache.org> | 2012-01-18 22:08:53 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2012-01-18 22:08:53 +0000 |
commit | cda5c3aca6816f2bc6ec6ed5aeefd660916e4d83 (patch) | |
tree | af4e3e3d2d283a5fdad4976236ead3190a8a6afe /qpid/cpp/src/tests/QueueTest.cpp | |
parent | e42d55f87498266ee5b25dbe53bf3286dc0b11af (diff) | |
download | qpid-python-cda5c3aca6816f2bc6ec6ed5aeefd660916e4d83.tar.gz |
QPID-3603: Merge SemanticState unsubscribe with cancel.
Simplyfig the code, there is no need for these to be separate functions.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1233087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/QueueTest.cpp')
-rw-r--r-- | qpid/cpp/src/tests/QueueTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/QueueTest.cpp b/qpid/cpp/src/tests/QueueTest.cpp index ccdb7810e1..0b1b4cc59e 100644 --- a/qpid/cpp/src/tests/QueueTest.cpp +++ b/qpid/cpp/src/tests/QueueTest.cpp @@ -66,6 +66,7 @@ public: return true; }; void notify() {} + void cancel() {} OwnershipToken* getSession() { return 0; } }; |