fw4spl
IPatcher.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 
8 #include "fwAtomsPatch/patcher/IPatcher.hpp"
9 
10 namespace fwAtomsPatch
11 {
12 
13 namespace patcher
14 {
15 
17 {
18 }
19 
20 // ----------------------------------------------------------------------------
21 
23 {
24 }
25 
26 } // namespace patcher
27 
28 } // namespace fwAtomsPatch
virtual FWATOMSPATCH_API ~IPatcher()
Destructor.
Definition: IPatcher.cpp:22
Contains base functionalities used to transform objects from a version to another.
Definition: Abstract.hpp:16
FWATOMSPATCH_API IPatcher()
Constructor.
Definition: IPatcher.cpp:16