fw4spl
fwMedDataCamp/include/fwMedDataCamp/Version.hpp
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 #ifndef __FWMEDDATACAMP_VERSION_HPP__
8 #define __FWMEDDATACAMP_VERSION_HPP__
9 
10 #include "fwMedDataCamp/config.hpp"
11 
12 namespace fwMedDataCamp
13 {
15 struct Version
16 {
17  FWMEDDATACAMP_API static const int s_CURRENT_VERSION;
18 };
19 }
20 
21 #endif // __FWMEDDATACAMP_VERSION_HPP__
This namespace contains medical data object descriptions used for introspection.
Class to manage fwMedDataCamp version.