fw4spl
IPlugin.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 <fwCore/base.hpp>
8 #include "fwRuntime/IPlugin.hpp"
9 
10 
11 namespace fwRuntime
12 {
13 
14 
15 
17 {
18 }
19 
20 
22 {
23 }
24 
26 {
27 }
28 
29 
30 } // namespace fwRuntime
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...
virtual FWRUNTIME_API void uninitialize()
Notifies the plugin about its uninitialisation.
Definition: IPlugin.cpp:25
virtual FWRUNTIME_API void initialize()
Notifies the plugin about its initialisation.
Definition: IPlugin.cpp:21
virtual FWRUNTIME_API ~IPlugin()
Destructor : does nothing.
Definition: IPlugin.cpp:16