fw4spl
IExecutable.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/IExecutable.hpp"
8 
9 
10 
11 namespace fwRuntime
12 {
13 
14 
15 
17 {
18 }
19 
20 
21 
22 } // namespace fwRuntime
virtual FWRUNTIME_API ~IExecutable()
Destructor : does nothing.
Definition: IExecutable.cpp:16
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...