diff options
| author | Alan Conway <aconway@apache.org> | 2008-06-23 19:43:49 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-06-23 19:43:49 +0000 |
| commit | 3dca4bc8a413df51da579ee7c2f8273eeac2888a (patch) | |
| tree | 50f88f5e63ff3c2760339fc0bee0e752df548c0f /cpp/src/qpid/broker/PersistableMessage.h | |
| parent | 26e408705ff28f1c185bac333a76e38b6b900063 (diff) | |
| download | qpid-python-3dca4bc8a413df51da579ee7c2f8273eeac2888a.tar.gz | |
Const-correctness fixes in MessageStore.h
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@670718 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/PersistableMessage.h')
| -rw-r--r-- | cpp/src/qpid/broker/PersistableMessage.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/qpid/broker/PersistableMessage.h b/cpp/src/qpid/broker/PersistableMessage.h index d5977665fe..7ed54c0ff0 100644 --- a/cpp/src/qpid/broker/PersistableMessage.h +++ b/cpp/src/qpid/broker/PersistableMessage.h @@ -37,8 +37,7 @@ namespace broker { class MessageStore; /** - * The interface messages must expose to the MessageStore in order to - * be persistable. + * Base class for persistable messages. */ class PersistableMessage : public Persistable { @@ -122,7 +121,6 @@ public: PersistableQueue::shared_ptr q(i->lock()); if (q) q->notifyDurableIOComplete(); } - //synclist.clear(); } } } |
