00001 00008 /***************************************************************************** 00009 ** Ifdefs 00010 *****************************************************************************/ 00011 00012 #ifndef ECL_SIGSLOTS_LITE_HPP_ 00013 #define ECL_SIGSLOTS_LITE_HPP_ 00014 00015 /***************************************************************************** 00016 ** Includes 00017 *****************************************************************************/ 00018 00019 #include "sigslots_lite/errors.hpp" 00020 #include "sigslots_lite/managers.hpp" 00021 #include "sigslots_lite/slot.hpp" 00022 #include "sigslots_lite/signal.hpp" 00023 #include "sigslots_lite/connect.hpp" 00024 #include "sigslots_lite/utilities.hpp" 00025 00026 #endif /* ECL_SIGSLOTS_LITE_HPP_ */