fw4spl
SrcLib/core/fwCom/include/fwCom/namespace.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2017.
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 #ifndef __FWCOM_NAMESPACE_HPP__
7 #define __FWCOM_NAMESPACE_HPP__
8 
12 namespace fwCom
13 {
14 
18 namespace exception
19 {
20 
21 } // namespace exception
22 
26 namespace util
27 {
28 
29 } // namespace util
30 
245 } // namespace fwCom
246 
247 #endif /* __FWCOM_NAMESPACE_HPP__ */
Namespace containing fw4spl communication tools.
Definition: DumpEditor.hpp:30