local_time.hpp 911 B

123456789101112131415161718192021222324
  1. #ifndef LOCAL_TIME_LOCAL_TIME_HPP__
  2. #define LOCAL_TIME_LOCAL_TIME_HPP__
  3. /* Copyright (c) 2003-2004 CrystalClear Software, Inc.
  4. * Subject to the Boost Software License, Version 1.0.
  5. * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
  6. * Author: Jeff Garland, Bart Garst
  7. * $Date$
  8. */
  9. #include "boost/date_time/posix_time/posix_time.hpp"
  10. #include "boost/date_time/local_time/local_date_time.hpp"
  11. #include "boost/date_time/local_time/local_time_types.hpp"
  12. #if !defined(USE_DATE_TIME_PRE_1_33_FACET_IO)
  13. #include "boost/date_time/local_time/local_time_io.hpp"
  14. #endif // USE_DATE_TIME_PRE_1_33_FACET_IO
  15. #include "boost/date_time/local_time/posix_time_zone.hpp"
  16. #include "boost/date_time/local_time/custom_time_zone.hpp"
  17. #include "boost/date_time/local_time/tz_database.hpp"
  18. #include "boost/date_time/local_time/conversion.hpp"
  19. #include "boost/date_time/time_zone_base.hpp"
  20. #endif