diff options
| author | Alan Conway <aconway@apache.org> | 2008-06-25 20:51:30 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-06-25 20:51:30 +0000 |
| commit | 4d560b89fa09056c22cd42e212c9ce8addeecb5a (patch) | |
| tree | 3a15eb32ca85193ed5d2b97b5c6e7a6f053fb5f1 /cpp/src/qpid/client/LocalQueue.h | |
| parent | 830943be4ed6ae90edd2e2655720c0dcc721171d (diff) | |
| download | qpid-python-4d560b89fa09056c22cd42e212c9ce8addeecb5a.tar.gz | |
Additions to the client API:
- SubscriptionManager::get(queue) to get a single message from a queue.
- Set FlowControl per-subscription.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@671655 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/LocalQueue.h')
| -rw-r--r-- | cpp/src/qpid/client/LocalQueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/LocalQueue.h b/cpp/src/qpid/client/LocalQueue.h index c76d0756eb..273814f179 100644 --- a/cpp/src/qpid/client/LocalQueue.h +++ b/cpp/src/qpid/client/LocalQueue.h @@ -56,7 +56,7 @@ class LocalQueue */ Message pop(); - /** Synonym for get(). */ + /** Synonym for pop(). */ Message get() { return pop(); } /** Return true if local queue is empty. */ |
