diff options
| author | Gordon Sim <gsim@apache.org> | 2007-12-14 16:25:47 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-12-14 16:25:47 +0000 |
| commit | bb1b322d0e69384789e6a21c5d8da49311a1a628 (patch) | |
| tree | 1d80f8d128e87731309ca69e7bab463c3e61ad5e /cpp/src/qpid/broker/NullMessageStore.h | |
| parent | 968971e63c9c21f24e2a7003addfbd574ada12f0 (diff) | |
| download | qpid-python-bb1b322d0e69384789e6a21c5d8da49311a1a628.tar.gz | |
Some fixes for 'flow to disk' (i.e. dropping message content from memory, and loading it from disk for delivery)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@604215 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/NullMessageStore.h')
| -rw-r--r-- | cpp/src/qpid/broker/NullMessageStore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/NullMessageStore.h b/cpp/src/qpid/broker/NullMessageStore.h index b83e4c44c7..9c5631b75d 100644 --- a/cpp/src/qpid/broker/NullMessageStore.h +++ b/cpp/src/qpid/broker/NullMessageStore.h @@ -57,7 +57,7 @@ public: const std::string& key, const framing::FieldTable& args); virtual void recover(RecoveryManager& queues); virtual void stage(intrusive_ptr<PersistableMessage>& msg); - virtual void destroy(intrusive_ptr<PersistableMessage>& msg); + virtual void destroy(PersistableMessage& msg); virtual void appendContent(intrusive_ptr<const PersistableMessage>& msg, const std::string& data); virtual void loadContent(const qpid::broker::PersistableQueue& queue, |
