12 #ifndef ECL_TIME_TIMESTAMP_WIN_HPP_    13 #define ECL_TIME_TIMESTAMP_WIN_HPP_    19 #include <ecl/config.hpp>    20 #if defined(ECL_IS_WIN32)    21 #define ECL_HAS_TIMESTAMP    27 #include <ecl/config/windows.hpp>    28 #include <ecl/config/macros.hpp>    29 #include <ecl/config/portable_types.hpp>    30 #include <ecl/exceptions/standard_exception.hpp>    31 #include "timestamp_base.hpp"   137         TimeStamp (const TimeStampBase& base);
   139         virtual ~TimeStamp() {}
 
const TimeStampBase & stamp(const double &decimal_time_value) ecl_assert_throw_decl(StandardException)
#define ecl_assert_throw_decl(exception)
Assure throw exception declaration. 
#define ecl_debug_throw_decl(exception)
Debug mode throw exception declaration.