X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fextensible.h;h=1a51fdaafe54d62fa5dbb59d9921519bd8d5124c;hb=489ba0ad54bf6bdd80d5f539f67f03241ddfe77b;hp=5ac4fa9dab0cfd755ace8fd679876501965646b5;hpb=f330428223ff90eeae3e22e8de20e5aea1188061;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/extensible.h b/include/extensible.h index 5ac4fa9da..1a51fdaaf 100644 --- a/include/extensible.h +++ b/include/extensible.h @@ -69,6 +69,10 @@ class CoreExport ExtensionItem : public ServiceProvider, public usecountbase /** Free the item */ virtual void free(void* item) = 0; + /** Register this object in the ExtensionManager + */ + void RegisterService() CXX11_OVERRIDE; + protected: /** Get the item from the internal map */ void* get_raw(const Extensible* container) const;