fw4spl
SrcLib/core/fwZip/include/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 #ifndef __NAMESPACE_HPP__
8 #define __NAMESPACE_HPP__
9 
17 namespace fwZip
18 {
19 }
20 #endif /* __NAMESPACE_HPP__ */
The namespace fwZip provides IO for compress/uncompress .zip files using zlib .
Definition: Read.hpp:14