.. _program_listing_file__tmp_ws_src_ecl_core_ecl_time_include_ecl_time_timestamp.hpp: Program Listing for File timestamp.hpp ====================================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_core/ecl_time/include/ecl/time/timestamp.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_TIME_TIME_STAMP_HPP_ #define ECL_TIME_TIME_STAMP_HPP_ /***************************************************************************** ** Cross Platform Functionality *****************************************************************************/ #include /***************************************************************************** ** Includes *****************************************************************************/ // Use the ecl cross platform time functions. #include #if defined(ECL_IS_POSIX) #include "timestamp_pos.hpp" #elif defined(ECL_IS_WIN32) #include "timestamp_win.hpp" #endif #endif /* ECL_TIME_TIME_STAMP_HPP_ */