fw4spl
Waiting.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 #ifndef __FWJOBS_EXCEPTION_WAITING_HPP__
7 #define __FWJOBS_EXCEPTION_WAITING_HPP__
8 
9 #include "fwJobs/config.hpp"
10 
11 #include <fwCore/Exception.hpp>
12 
13 namespace fwJobs
14 {
15 namespace exception
16 {
17 
20 {
21  FWJOBS_API Waiting ( const std::string &err );
22 };
23 
24 } // namespace exception
25 
26 
27 } // namespace fwJobs
28 
29 #endif /* __FWJOBS_EXCEPTION_WAITING_HPP__ */
30 
31 
32 
No worker exception.
Definition: Waiting.hpp:19
This namespace fwJobs provides jobs management.