7 #include <fwCore/base.hpp> 8 #include "fwRuntime/IPlugin.hpp" The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...
virtual FWRUNTIME_API void uninitialize()
Notifies the plugin about its uninitialisation.
virtual FWRUNTIME_API void initialize()
Notifies the plugin about its initialisation.
virtual FWRUNTIME_API ~IPlugin()
Destructor : does nothing.