fw4spl
SrcLib/io/fwPacsIO/include/fwPacsIO/namespace.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 __FWPACSIO_NAMESPACE_HPP__
8 #define __FWPACSIO_NAMESPACE_HPP__
9 
11 namespace fwPacsIO
12 {
13 
15 namespace data
16 {
17 } // namespace data
18 
20 namespace helper
21 {
22 } // namespace helper
23 
25 namespace exceptions
26 {
27 } // namespace exceptions
28 
29 } // namespace fwPacsIO
30 
31 
32 #endif // __FWPACSIO_NAMESPACE_HPP__
fwPacsIO contains classes used to communicate with a PACS.