fw4spl
ICamp.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2016.
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 "ctrlCamp/ICamp.hpp"
8 
9 namespace ctrlCamp
10 {
11 
12 //-----------------------------------------------------------------------------
13 
15 {
16 
17 }
18 
19 //-----------------------------------------------------------------------------
20 
22 {
23 }
24 
25 //-----------------------------------------------------------------------------
26 
27 
28 }// namespace ctrlCamp
The namespace ctrlCamp contains services using camp.
Definition: ICamp.hpp:18
CTRLCAMP_API ~ICamp()
Destructor.
Definition: ICamp.cpp:21
CTRLCAMP_API ICamp()
Constructor.
Definition: ICamp.cpp:14