fw4spl
NoWorker.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 __FWCOM_EXCEPTION_NOWORKER_HPP__
7 #define __FWCOM_EXCEPTION_NOWORKER_HPP__
8 
9 #include <fwCore/Exception.hpp>
10 
11 #include "fwCom/config.hpp"
12 
13 namespace fwCom
14 {
15 namespace exception
16 {
17 
20 {
21  FWCOM_API NoWorker ( const std::string &err );
22 };
23 
24 } // namespace exception
25 
26 
27 } // namespace fwCom
28 
29 #endif /* __FWCOM_EXCEPTION_NOWORKER_HPP__ */
30 
31 
32 
Namespace containing fw4spl communication tools.
Definition: DumpEditor.hpp:30
No worker exception.
Definition: NoWorker.hpp:19