fw4spl
IUpdaterSrv.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2018.
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 "ctrlSelection/IUpdaterSrv.hpp"
8 
9 #include <fwDataTools/helper/Composite.hpp>
10 
11 #include <fwTools/fwID.hpp>
12 
13 namespace ctrlSelection
14 {
15 
16 //-----------------------------------------------------------------------------
17 
19 {
20 }
21 
22 //-----------------------------------------------------------------------------
23 
25 {
26 }
27 
28 }
virtual CTRLSELECTION_API ~IUpdaterSrv()
IUpdaterSrv destructor. Do nothing.
Definition: IUpdaterSrv.cpp:24
The namespace ctrlSelection contains several interfaces for manager, updater and wrapper.
Definition: BookmarkSrv.hpp:15
CTRLSELECTION_API IUpdaterSrv()
IUpdaterSrv constructor. Do nothing.
Definition: IUpdaterSrv.cpp:18