summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Queue.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-10-27 18:01:27 +0000
committerAlan Conway <aconway@apache.org>2010-10-27 18:01:27 +0000
commit326dddd0d0d48401d14ca93044b3fc0e35ad87d9 (patch)
tree019a45480d8cdf832f62d7176b7a10a5d0971535 /cpp/src/qpid/broker/Queue.h
parentaae11121cfcf891b2365241141f9ab9cb47d3024 (diff)
downloadqpid-python-326dddd0d0d48401d14ca93044b3fc0e35ad87d9.tar.gz
Revert experimental cluster code, too close to 0.8 release.
Reverts revisions: r1023966 "Introduce broker::Cluster interface." r1024275 "Fix compile error: outline set/getCluster fucntions on Broker." r1027210 "New cluster: core framework and initial implementation of enqueue logic." git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1028055 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Queue.h')
-rw-r--r--cpp/src/qpid/broker/Queue.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/qpid/broker/Queue.h b/cpp/src/qpid/broker/Queue.h
index 572f3dc0e2..96c79d1b92 100644
--- a/cpp/src/qpid/broker/Queue.h
+++ b/cpp/src/qpid/broker/Queue.h
@@ -259,13 +259,6 @@ class Queue : public boost::enable_shared_from_this<Queue>,
bool enqueue(TransactionContext* ctxt, boost::intrusive_ptr<Message>& msg, bool suppressPolicyCheck = false);
void enqueueAborted(boost::intrusive_ptr<Message> msg);
-
- /** Message acknowledged, dequeue it. */
- QPID_BROKER_EXTERN void accept(TransactionContext* ctxt, const QueuedMessage &msg);
-
- /** Message rejected, dequeue it and re-route to alternate exchange if necessary. */
- QPID_BROKER_EXTERN void reject(const QueuedMessage &msg);
-
/**
* dequeue from store (only done once messages is acknowledged)
*/