1 #ifndef POSIX_TIME_SYSTEM_HPP___
2 #define POSIX_TIME_SYSTEM_HPP___
4 /* Copyright (c) 2002,2003 CrystalClear Software, Inc.
5 * Use, modification and distribution is subject to the
6 * Boost Software License, Version 1.0. (See accompanying
7 * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
13 #include "boost/date_time/posix_time/posix_time_config.hpp"
14 #include "boost/date_time/time_system_split.hpp"
15 #include "boost/date_time/time_system_counted.hpp"
16 #include "boost/date_time/compiler_config.hpp"
20 namespace posix_time
{
22 #ifdef BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
24 #if (defined(BOOST_DATE_TIME_NO_MEMBER_INIT)) //help bad compilers
25 typedef date_time::split_timedate_system
<posix_time_system_config
, 1000000000> posix_time_system
;
27 typedef date_time::split_timedate_system
<posix_time_system_config
> posix_time_system
;
32 typedef date_time::counted_time_rep
<millisec_posix_time_system_config
> int64_time_rep
;
33 typedef date_time::counted_time_system
<int64_time_rep
> posix_time_system
;
37 } }//namespace posix_time