diff options
| author | Gordon Sim <gsim@apache.org> | 2007-11-30 14:37:45 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-11-30 14:37:45 +0000 |
| commit | 3a8b72846031b6bef2b8e05f14c277769e39891b (patch) | |
| tree | 390fd1e0f2d689b8efd2a95846df0443403e285a /cpp/src/qpid/client/SubscriptionManager.h | |
| parent | 682ed251693e5fefbe0552702215c4bc01d0d93f (diff) | |
| download | qpid-python-3a8b72846031b6bef2b8e05f14c277769e39891b.tar.gz | |
Altered topic test to use the new session api.
Exposed start() through the subscription manager in addition to run().
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@599832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/SubscriptionManager.h')
| -rw-r--r-- | cpp/src/qpid/client/SubscriptionManager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/SubscriptionManager.h b/cpp/src/qpid/client/SubscriptionManager.h index ad5ddfa000..fb1a726bff 100644 --- a/cpp/src/qpid/client/SubscriptionManager.h +++ b/cpp/src/qpid/client/SubscriptionManager.h @@ -82,9 +82,13 @@ public: */ void run(bool autoStop=true); + /** Deliver messages in another thread. */ + void start(); + /** Cause run() to return */ void stop(); + static const uint32_t UNLIMITED=0xFFFFFFFF; /** Set the flow control for destination tag. |
