00001 00008 /***************************************************************************** 00009 ** Ifdefs 00010 *****************************************************************************/ 00011 00012 #ifndef ECL_ERRORS_HPP_ 00013 #define ECL_ERRORS_HPP_ 00014 00015 /***************************************************************************** 00016 ** Includes 00017 *****************************************************************************/ 00018 00019 #include "errors/macros.hpp" 00020 #include "errors/handlers.hpp" 00021 #include "errors/compile_time_assert.hpp" 00022 #include "errors/run_time_functions.hpp" 00023 00024 /***************************************************************************** 00025 ** Doxygen 00026 *****************************************************************************/ 00027 00034 #endif /* ECL_ERRORS_HPP_*/