.. _program_listing_file__tmp_ws_src_ecl_core_ecl_time_include_ecl_time_snooze.hpp: Program Listing for File snooze.hpp =================================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_core/ecl_time/include/ecl/time/snooze.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_TIME_SNOOZE_HPP_ #define ECL_TIME_SNOOZE_HPP_ /***************************************************************************** ** Cross Platform Functionality *****************************************************************************/ #include /***************************************************************************** ** Includes *****************************************************************************/ #if defined(ECL_IS_POSIX) #include "snooze_pos.hpp" #else #include "snooze_win.hpp" #endif #endif /* ECL_TIME_SNOOZE_HPP_ */