From b5c926711d6ebc66a82acf9e4b0db3689178b73c Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 18 Jan 2012 22:08:53 +0000 Subject: 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 --- cpp/src/tests/QueueTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/tests/QueueTest.cpp') 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; } }; -- cgit v1.2.1