fw4spl
SrcLib/core/fwDataCamp/include/fwDataCamp/namespace.hpp
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 
8 
9 #ifndef __FWDATACAMP_NAMESPACE_HPP__
10 #define __FWDATACAMP_NAMESPACE_HPP__
11 
12 
18 namespace fwDataCamp
19 {
20 
24 namespace exception
25 {
26 }
27 
31 namespace visitor
32 {
33 }
34 
35 }
36 
37 #endif /* __FWDATACAMP_NAMESPACE_HPP__ */
38 
This namespace contains data object descriptions used for introspection.