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