1 #ifndef __STDAIR_STDAIR_DATE_TIME_TYPES_HPP
2 #define __STDAIR_STDAIR_DATE_TIME_TYPES_HPP
10 #include <boost/date_time/gregorian/gregorian.hpp>
11 #include <boost/date_time/posix_time/posix_time.hpp>
20 typedef boost::gregorian::date
Date_T;
23 typedef boost::posix_time::time_duration
Time_T;
53 #endif // __STDAIR_STDAIR_DATE_TIME_TYPES_HPP