summaryrefslogtreecommitdiff
path: root/cpp/src/tests/QueueTest.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-01-18 22:08:53 +0000
committerAlan Conway <aconway@apache.org>2012-01-18 22:08:53 +0000
commit5efd6b9fbae26020beeca030920baedfbc84e71b (patch)
treeb99072f68420f3d9191e6702d4e7d84c4219a2b3 /cpp/src/tests/QueueTest.cpp
parent3fc9d63cfed81df8e2a0b62e246aaa2d82e7ea42 (diff)
downloadqpid-python-5efd6b9fbae26020beeca030920baedfbc84e71b.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.cpp1
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; }
};