From 5a366d8945e1312190d0012eb36d2facaa908650 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 6 Jan 2014 13:29:10 +0100 Subject: Unset all extensions and the topic when lowering TS on a channel --- include/extensible.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/extensible.h b/include/extensible.h index e062f66a5..4e6721414 100644 --- a/include/extensible.h +++ b/include/extensible.h @@ -94,6 +94,11 @@ class CoreExport Extensible : public classbase virtual CullResult cull(); virtual ~Extensible(); void doUnhookExtensions(const std::vector >& toRemove); + + /** + * Free all extension items attached to this Extensible + */ + void FreeAllExtItems(); }; class CoreExport ExtensionManager -- cgit v1.2.3