summaryrefslogtreecommitdiff
path: root/qpid/cpp/lib/broker/InMemoryContent.cpp
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
commit293c124f6e49530a10e7b1c1bcb90e41ec05b420 (patch)
treea874947bfbcb1283833c4d3860f8aee3cf1a5350 /qpid/cpp/lib/broker/InMemoryContent.cpp
parent3fb852873fc09814c1c4b09866f2f266b3f4e1ee (diff)
downloadqpid-python-293c124f6e49530a10e7b1c1bcb90e41ec05b420.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@483165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/lib/broker/InMemoryContent.cpp')
-rw-r--r--qpid/cpp/lib/broker/InMemoryContent.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/lib/broker/InMemoryContent.cpp b/qpid/cpp/lib/broker/InMemoryContent.cpp
index 9d40877c86..7205eb3de0 100644
--- a/qpid/cpp/lib/broker/InMemoryContent.cpp
+++ b/qpid/cpp/lib/broker/InMemoryContent.cpp
@@ -67,3 +67,7 @@ void InMemoryContent::encode(Buffer& buffer)
(*i)->encode(buffer);
}
}
+
+void InMemoryContent::destroy()
+{
+}