summaryrefslogtreecommitdiff
path: root/cpp/lib/broker/Content.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2006-12-06 17:51:42 +0000
committerGordon Sim <gsim@apache.org>2006-12-06 17:51:42 +0000
commitf2d0f0cfbfebb082e92f28b8d1b2987a0f20acf6 (patch)
treed71e0a7854dcfbef75040ee426b53f6369e0cc7a /cpp/lib/broker/Content.h
parentf8c692d37104a95ad245402ffe0d7d6b7c4ea816 (diff)
downloadqpid-python-f2d0f0cfbfebb082e92f28b8d1b2987a0f20acf6.tar.gz
Allow non-durable messages to be lazy-loaded. Cleanup of lazy-loaded messages
that are never enqueued. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@483165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/broker/Content.h')
-rw-r--r--cpp/lib/broker/Content.h1
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(){}
};
}