summaryrefslogtreecommitdiff
path: root/cpp/lib/broker/InMemoryContent.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/lib/broker/InMemoryContent.h')
-rw-r--r--cpp/lib/broker/InMemoryContent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/lib/broker/InMemoryContent.h b/cpp/lib/broker/InMemoryContent.h
index c54d15447d..79c7cf670b 100644
--- a/cpp/lib/broker/InMemoryContent.h
+++ b/cpp/lib/broker/InMemoryContent.h
@@ -36,6 +36,7 @@ namespace qpid {
u_int32_t size();
void send(qpid::framing::OutputHandler* out, int channel, u_int32_t framesize);
void encode(qpid::framing::Buffer& buffer);
+ void destroy();
~InMemoryContent(){}
};
}