diff options
| author | Gordon Sim <gsim@apache.org> | 2007-10-18 08:28:37 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-10-18 08:28:37 +0000 |
| commit | 211dc088a6fc0b96f4f7e71813a117e5a5ae0caa (patch) | |
| tree | 1a6ce4647a4f5618ed1ab3e479a5b54d2ce7b7ea /cpp/src/qpid/broker/Queue.h | |
| parent | af0b219374ba8257dbc47f907cba2c19c4004b53 (diff) | |
| download | qpid-python-211dc088a6fc0b96f4f7e71813a117e5a5ae0caa.tar.gz | |
Fix for QPID-644
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@585899 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Queue.h')
| -rw-r--r-- | cpp/src/qpid/broker/Queue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/Queue.h b/cpp/src/qpid/broker/Queue.h index d3c8fb7e81..c855582dbe 100644 --- a/cpp/src/qpid/broker/Queue.h +++ b/cpp/src/qpid/broker/Queue.h @@ -177,11 +177,11 @@ namespace qpid { inline bool isAutoDelete() const { return autodelete; } bool canAutoDelete() const; - bool enqueue(TransactionContext* ctxt, Message::shared_ptr& msg); + bool enqueue(TransactionContext* ctxt, Message::shared_ptr msg); /** * dequeue from store (only done once messages is acknowledged) */ - bool dequeue(TransactionContext* ctxt, Message::shared_ptr& msg); + bool dequeue(TransactionContext* ctxt, Message::shared_ptr msg); /** * dequeues from memory only */ |
