fw4spl
Waiting.cpp
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 #include "fwJobs/exception/Waiting.hpp"
8 #include "fwJobs/config.hpp"
9 
10 #include <fwCore/Exception.hpp>
11 
12 namespace fwJobs
13 {
14 
15 namespace exception
16 {
17 
18 Waiting::Waiting ( const std::string &err ) : ::fwCore::Exception(err)
19 {
20 }
21 
22 } // namespace exception
23 
24 } // namespace fwJobs
25 
26 
This namespace fwCore provides common foundations for FW4SPL.
Definition: BaseObject.hpp:16
This namespace fwJobs provides jobs management.