Program Listing for File snooze.hpp

Return to documentation for file (/tmp/ws/src/ecl_core/ecl_time/include/ecl/time/snooze.hpp)

/*****************************************************************************
** Ifdefs
*****************************************************************************/

#ifndef ECL_TIME_SNOOZE_HPP_
#define ECL_TIME_SNOOZE_HPP_

/*****************************************************************************
** Cross Platform Functionality
*****************************************************************************/

#include <ecl/config.hpp>

/*****************************************************************************
** Includes
*****************************************************************************/

#if defined(ECL_IS_POSIX)
  #include "snooze_pos.hpp"
#else
  #include "snooze_win.hpp"
#endif

#endif /* ECL_TIME_SNOOZE_HPP_ */