diff options
Diffstat (limited to 'cpp/src/qpid/broker/IncompleteMessageList.h')
| -rw-r--r-- | cpp/src/qpid/broker/IncompleteMessageList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/IncompleteMessageList.h b/cpp/src/qpid/broker/IncompleteMessageList.h index 40c47cfaa6..f89c0023b0 100644 --- a/cpp/src/qpid/broker/IncompleteMessageList.h +++ b/cpp/src/qpid/broker/IncompleteMessageList.h @@ -44,6 +44,7 @@ public: typedef Message::MessageCallback CompletionListener; IncompleteMessageList(); + ~IncompleteMessageList(); void add(boost::intrusive_ptr<Message> msg); void process(const CompletionListener& l, bool sync); |
