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 | 0303f6a08256c26f4d9701803b17ba810d395eeb (patch) | |
| tree | cb619994396c587762daa704ef8c72ca2f6424c2 /qpid/cpp/include | |
| parent | c1977621e133b41503b1c57253a64258576c02ec (diff) | |
| download | qpid-python-0303f6a08256c26f4d9701803b17ba810d395eeb.tar.gz | |
QPID-664: Remove start()/stop() methods from api
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@880863 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/messaging/Receiver.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/qpid/cpp/include/qpid/messaging/Receiver.h b/qpid/cpp/include/qpid/messaging/Receiver.h index 1d72e5fc49..659a583547 100644 --- a/qpid/cpp/include/qpid/messaging/Receiver.h +++ b/qpid/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 |
