diff options
Diffstat (limited to 'cpp/lib/broker/Content.h')
-rw-r--r-- | cpp/lib/broker/Content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/lib/broker/Content.h b/cpp/lib/broker/Content.h index ed425c6735..b5712c35ed 100644 --- a/cpp/lib/broker/Content.h +++ b/cpp/lib/broker/Content.h @@ -33,6 +33,7 @@ namespace qpid { virtual u_int32_t size() = 0; virtual void send(qpid::framing::OutputHandler* out, int channel, u_int32_t framesize) = 0; virtual void encode(qpid::framing::Buffer& buffer) = 0; + virtual void destroy() = 0; virtual ~Content(){} }; } |