00001
00008
00009
00010
00011
00012 #ifndef ECL_TIME_SNOOZE_HPP_
00013 #define ECL_TIME_SNOOZE_HPP_
00014
00015
00016
00017
00018
00019 #include <ecl/config.hpp>
00020
00021
00022
00023
00024
00025 #if defined(ECL_IS_POSIX)
00026 #include "snooze_pos.hpp"
00027 #endif
00028
00029 #endif