diff options
author | Gordon Sim <gsim@apache.org> | 2009-11-16 17:30:23 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-11-16 17:30:23 +0000 |
commit | 771ac3e530a701120a933034f29659d16d5b4e85 (patch) | |
tree | 10216c075c1280ca13bfe8d946026ac26fbebc5b /cpp/include/qpid/messaging/Receiver.h | |
parent | 9c3dda9cf4bc359e68587767dd2ab072cf4a1298 (diff) | |
download | qpid-python-771ac3e530a701120a933034f29659d16d5b4e85.tar.gz |
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
Diffstat (limited to 'cpp/include/qpid/messaging/Receiver.h')
-rw-r--r-- | cpp/include/qpid/messaging/Receiver.h | 10 |
1 files changed, 0 insertions, 10 deletions
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<ReceiverImpl> * 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 |