fw4spl
base.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2017.
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 
11 #ifndef __FWCORE_BASE_HPP__
12 #define __FWCORE_BASE_HPP__
13 
14 #include <fwCore/BaseObject.hpp>
15 #include <fwCore/exceptionmacros.hpp>
16 #include <fwCore/macros.hpp>
17 #include <fwCore/spyLog.hpp>
18 
19 #endif //__FWCORE_BASE_HPP__
This file defines fwCore base macros.
This file defines SpyLog macros. These macros are used to log messages to a file or to the console du...