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 | b5c926711d6ebc66a82acf9e4b0db3689178b73c (patch) | |
tree | b99072f68420f3d9191e6702d4e7d84c4219a2b3 /cpp/src/tests/QueueTest.cpp | |
parent | 604582905ab607be1fa5b43130426bb31faaad55 (diff) | |
download | qpid-python-b5c926711d6ebc66a82acf9e4b0db3689178b73c.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/qpid@1233087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/QueueTest.cpp')
-rw-r--r-- | cpp/src/tests/QueueTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/QueueTest.cpp b/cpp/src/tests/QueueTest.cpp index ccdb7810e1..0b1b4cc59e 100644 --- a/cpp/src/tests/QueueTest.cpp +++ b/cpp/src/tests/QueueTest.cpp @@ -66,6 +66,7 @@ public: return true; }; void notify() {} + void cancel() {} OwnershipToken* getSession() { return 0; } }; |