12 #ifndef ECL_TIME_SNOOZE_POS_HPP_ 
   13 #define ECL_TIME_SNOOZE_POS_HPP_ 
   20 #if defined(ECL_IS_POSIX) 
  118         Snooze (
const Duration &time, 
const bool& validate = 
false );
 
  137         void period(
const Duration &time, 
const bool& validate = 
false);
 
  145         Duration period() { 
return Duration(time_period.tv_sec,time_period.tv_nsec); }
 
  188         TimeStructure time_value;
 
  189         TimeStructure time_period;