fix doc example typo
[boost.git] / boost / date_time / posix_time / time_period.hpp
blob7c6095b89651918ff5d4f231cb1c58cb4645fe94
1 #ifndef POSIX_TIME_PERIOD_HPP___
2 #define POSIX_TIME_PERIOD_HPP___
4 /* Copyright (c) 2002,2003 CrystalClear Software, Inc.
5 * Use, modification and distribution is subject to the
6 * Boost Software License, Version 1.0. (See accompanying
7 * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
8 * Author: Jeff Garland
9 * $Date$
12 #include "boost/date_time/period.hpp"
13 #include "boost/date_time/posix_time/posix_time_duration.hpp"
14 #include "boost/date_time/posix_time/ptime.hpp"
16 namespace boost {
17 namespace posix_time {
19 //! Time period type
20 /*! \ingroup time_basics
22 typedef date_time::period<ptime, time_duration> time_period;
25 } }//namespace posix_time
28 #endif