duration.hpp
Go to the documentation of this file.
00001 
00008 /*****************************************************************************
00009 ** Ifdefs
00010 *****************************************************************************/
00011 
00012 #ifndef ECL_TIME_DURATION_HPP_
00013 #define ECL_TIME_DURATION_HPP_
00014 
00015 /*****************************************************************************
00016 ** Cross Platform Functionality
00017 *****************************************************************************/
00018 
00019 #include <ecl/config/ecl.hpp>
00020 
00021 /*****************************************************************************
00022 ** Includes
00023 *****************************************************************************/
00024 
00025 #if defined(ECL_IS_POSIX)
00026     #include "timestamp_pos.hpp"
00027 #elif defined(ECL_IS_WIN32)
00028     #include "timestamp_win.hpp"
00029 #endif
00030 
00031 namespace ecl {
00032 
00041         typedef TimeStamp Duration;
00042 
00043 } // namespace ecl
00044 
00045 #endif /* ECL_TIME_DURATION_HPP */


ecl_time
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Thu Jan 2 2014 11:12:43