fw4spl
EmptyPlugin.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #include "fwRuntime/EmptyPlugin.hpp"
8 #include "fwRuntime/utils/GenericExecutableFactoryRegistrar.hpp"
9 
10 
11 namespace fwRuntime
12 {
13 
14 
16 {
17 }
18 
19 
20 void EmptyPlugin::stop() noexcept
21 {
22 }
23 
24 
25 } // namespace fwRuntime
virtual void stop() noexcept
Notifies the plugin about its stop.
Definition: EmptyPlugin.cpp:20
virtual void start()
Notifies the plugin about its start.
Definition: EmptyPlugin.cpp:15
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...