diff options
Diffstat (limited to 'cpp/lib/broker/LazyLoadedContent.h')
-rw-r--r-- | cpp/lib/broker/LazyLoadedContent.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/lib/broker/LazyLoadedContent.h b/cpp/lib/broker/LazyLoadedContent.h index 56fdd7699b..e5fd7c8957 100644 --- a/cpp/lib/broker/LazyLoadedContent.h +++ b/cpp/lib/broker/LazyLoadedContent.h @@ -34,14 +34,13 @@ namespace qpid { LazyLoadedContent( MessageStore* const store, Message* const msg, u_int64_t expectedSize); + ~LazyLoadedContent(); void add(qpid::framing::AMQContentBody::shared_ptr data); u_int32_t size(); void send( framing::ChannelAdapter&, u_int32_t framesize); void encode(qpid::framing::Buffer& buffer); - void destroy(); - ~LazyLoadedContent(){} }; } } |