fw4spl
IController.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 "fwServices/IController.hpp"
8 
9 namespace fwServices
10 {
11 
12 //-----------------------------------------------------------------------------
13 
15 {
16 }
17 
18 //-----------------------------------------------------------------------------
19 
21 {
22 }
23 
24 //-----------------------------------------------------------------------------
25 
26 }
Namespace fwServices is dedicated to (mimic) the dynamic affectation of methods to (pure data) object...
virtual FWSERVICES_API ~IController()
IController destructor. Do nothing.
Definition: IController.cpp:20
FWSERVICES_API IController()
IController constructor. Do nothing.
Definition: IController.cpp:14