Go to the documentation of this file.00001
00009
00010
00011
00012
00013 #ifndef ECL_TIME_HPP_
00014 #define ECL_TIME_HPP_
00015
00016
00017
00018
00019
00020 #include <time.h>
00021
00022
00023 #ifdef emit
00024 #undef emit
00025 #define replace_qt_emit
00026 #endif
00027
00028 #include "time/duration.hpp"
00029 #include "time/sleep.hpp"
00030 #include "time/snooze.hpp"
00031 #include "time/stopwatch.hpp"
00032 #include "time/time_data.hpp"
00033 #include "time/timestamp.hpp"
00034
00035 #ifdef replace_qt_emit
00036 #define emit
00037 #endif
00038
00039
00040 #endif