New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
time_period.hpp in vendors/XIOS/current/extern/boost/include/boost/date_time/posix_time – NEMO

source: vendors/XIOS/current/extern/boost/include/boost/date_time/posix_time/time_period.hpp @ 3408

Last change on this file since 3408 was 3408, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

  • Property svn:keywords set to Id
File size: 737 bytes
Line 
1#ifndef POSIX_TIME_PERIOD_HPP___
2#define POSIX_TIME_PERIOD_HPP___
3
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: 2008-02-27 15:00:24 -0500 (Wed, 27 Feb 2008) $
10 */
11
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"
15
16namespace boost {
17namespace posix_time {
18
19  //! Time period type
20  /*! \ingroup time_basics
21   */
22  typedef date_time::period<ptime, time_duration> time_period;
23
24
25} }//namespace posix_time
26
27
28#endif
29
Note: See TracBrowser for help on using the repository browser.