Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:45:14

0001 #ifndef POSIX_TIME_PERIOD_HPP___
0002 #define POSIX_TIME_PERIOD_HPP___
0003 
0004 /* Copyright (c) 2002,2003 CrystalClear Software, Inc.
0005  * Use, modification and distribution is subject to the 
0006  * Boost Software License, Version 1.0. (See accompanying
0007  * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
0008  * Author: Jeff Garland 
0009  * $Date$
0010  */
0011 
0012 #include "boost/date_time/period.hpp"
0013 #include "boost/date_time/posix_time/posix_time_duration.hpp"
0014 #include "boost/date_time/posix_time/ptime.hpp"
0015 
0016 namespace boost {
0017 namespace posix_time {
0018 
0019   //! Time period type
0020   /*! \ingroup time_basics
0021    */
0022   typedef date_time::period<ptime, time_duration> time_period;
0023 
0024 
0025 } }//namespace posix_time
0026 
0027 
0028 #endif
0029