7 #ifndef __FWRUNTIME_EMPTYPLUGIN_HPP__ 8 #define __FWRUNTIME_EMPTYPLUGIN_HPP__ 11 #include "fwRuntime/config.hpp" 12 #include "fwRuntime/Plugin.hpp" 47 virtual void stop() noexcept;
55 #endif //__FWRUNTIME_EMPTYPLUGIN_HPP__ virtual ~EmptyPlugin() noexcept
Destructor : does nothing.
virtual void stop() noexcept
Notifies the plugin about its stop.
virtual void start()
Notifies the plugin about its start.
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...
Provides a default plugin implementation.
Implements a default plugin for bundles that don't provide a fwRuntime::IPlugin interface implementat...