From 61959e29ee69f9cebb61b845272eededaec6f11e Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 22 Apr 2008 12:05:52 +0000 Subject: QPID-944: do no-local checking where requested when there is an exclusive subscription active git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@650450 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 1d454d9f4a..aec59a58bc 100644 --- a/cpp/src/tests/QueueTest.cpp +++ b/cpp/src/tests/QueueTest.cpp @@ -49,6 +49,7 @@ public: return true; }; void notify() {} + OwnershipToken* getSession() { return 0; } }; class FailOnDeliver : public Deliverable -- cgit v1.2.1