fw4spl
Read.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 __FWZIP_EXCEPTION_READ_HPP__
8 #define __FWZIP_EXCEPTION_READ_HPP__
9 
10 #include <fwCore/Exception.hpp>
11 
12 #include "fwZip/config.hpp"
13 
14 namespace fwZip
15 {
16 
17 namespace exception
18 {
19 
22 {
23  FWZIP_API Read ( const std::string &err );
24 };
25 
26 } // namespace exception
27 
28 } // namespace fwZip
29 
30 #endif /* __FWZIP_EXCEPTION_READ_HPP__ */
31 
Read exception.
Definition: Read.hpp:21
The namespace fwZip provides IO for compress/uncompress .zip files using zlib .
Definition: Read.hpp:14