.. _program_listing_file__tmp_ws_src_ecl_core_ecl_time_include_ecl_time_duration.hpp: Program Listing for File duration.hpp ===================================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_core/ecl_time/include/ecl/time/duration.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_TIME_DURATION_HPP_ #define ECL_TIME_DURATION_HPP_ /***************************************************************************** ** Cross Platform Functionality *****************************************************************************/ #include /***************************************************************************** ** Includes *****************************************************************************/ #if defined(ECL_IS_POSIX) #include "timestamp_pos.hpp" #elif defined(ECL_IS_WIN32) #include "timestamp_win.hpp" #endif namespace ecl { typedef TimeStamp Duration; } // namespace ecl #endif /* ECL_TIME_DURATION_HPP */