From 771ac3e530a701120a933034f29659d16d5b4e85 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 16 Nov 2009 17:30:23 +0000 Subject: QPID-664: Remove start()/stop() methods from api git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@880863 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/messaging/Receiver.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'cpp/include') diff --git a/cpp/include/qpid/messaging/Receiver.h b/cpp/include/qpid/messaging/Receiver.h index 1d72e5fc49..659a583547 100644 --- a/cpp/include/qpid/messaging/Receiver.h +++ b/cpp/include/qpid/messaging/Receiver.h @@ -80,16 +80,6 @@ class Receiver : public qpid::client::Handle * serving before throwing an exception. */ QPID_CLIENT_EXTERN Message fetch(qpid::sys::Duration timeout=qpid::sys::TIME_INFINITE); - - /** - * Enables the message flow for this receiver - */ - QPID_CLIENT_EXTERN void start(); - /** - * Stops the message flow for this receiver (but does not cancel - * the subscription). - */ - QPID_CLIENT_EXTERN void stop(); /** * Sets the capacity for the receiver. The capacity determines how * many incoming messages can be held in the receiver before being -- cgit v1.2.1