fw4spl
IWrapperSrv.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 "ctrlSelection/IWrapperSrv.hpp"
8 
9 namespace ctrlSelection
10 {
11 
12 //-----------------------------------------------------------------------------
13 
15 {
16 }
17 
18 //-----------------------------------------------------------------------------
19 
21 {
22 }
23 
24 //-----------------------------------------------------------------------------
25 
26 }
CTRLSELECTION_API IWrapperSrv()
IWrapperSrv constructor. Do nothing.
Definition: IWrapperSrv.cpp:14
virtual CTRLSELECTION_API ~IWrapperSrv()
IWrapperSrv destructor. Do nothing.
Definition: IWrapperSrv.cpp:20
The namespace ctrlSelection contains several interfaces for manager, updater and wrapper.
Definition: BookmarkSrv.hpp:15