fw4spl
core/fwMedDataCamp/src/autoload.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 "fwMedDataCamp/autoload.hpp"
8 
9 #include <fwDataCamp/Version.hpp>
10 
11 namespace fwMedDataCamp
12 {
13 
14 //Force link with fwDataCamp
15 static const int fwDataVersion = ::fwDataCamp::Version::s_CURRENT_VERSION;
16 
17 runner runner::r;
18 }
This namespace contains medical data object descriptions used for introspection.