Line | |
---|
1 | #ifndef LOCAL_TIME_LOCAL_TIME_HPP__
|
---|
2 | #define LOCAL_TIME_LOCAL_TIME_HPP__
|
---|
3 |
|
---|
4 | /* Copyright (c) 2003-2004 CrystalClear Software, Inc.
|
---|
5 | * Subject to the Boost Software License, Version 1.0.
|
---|
6 | * (See accompanying file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)
|
---|
7 | * Author: Jeff Garland, Bart Garst
|
---|
8 | * $Date: 2005/05/03 14:27:52 $
|
---|
9 | */
|
---|
10 |
|
---|
11 | #include "boost/date_time/posix_time/posix_time.hpp"
|
---|
12 | #include "boost/date_time/local_time/local_date_time.hpp"
|
---|
13 | #include "boost/date_time/local_time/local_time_types.hpp"
|
---|
14 | #if !defined(USE_DATE_TIME_PRE_1_33_FACET_IO)
|
---|
15 | #include "boost/date_time/local_time/local_time_io.hpp"
|
---|
16 | #endif // USE_DATE_TIME_PRE_1_33_FACET_IO
|
---|
17 | #include "boost/date_time/local_time/posix_time_zone.hpp"
|
---|
18 | #include "boost/date_time/local_time/custom_time_zone.hpp"
|
---|
19 | #include "boost/date_time/local_time/tz_database.hpp"
|
---|
20 | #include "boost/date_time/local_time/conversion.hpp"
|
---|
21 | #include "boost/date_time/time_zone_base.hpp"
|
---|
22 |
|
---|
23 |
|
---|
24 | #endif
|
---|
Note: See
TracBrowser
for help on using the repository browser.