File indexing completed on 2025-12-16 09:45:14
0001 #ifndef POSIX_TIME_PERIOD_HPP___
0002 #define POSIX_TIME_PERIOD_HPP___
0003
0004
0005
0006
0007
0008
0009
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
0020
0021
0022 typedef date_time::period<ptime, time_duration> time_period;
0023
0024
0025 } }
0026
0027
0028 #endif
0029