os/ossrv/ossrv_pub/boost_apis/boost/date_time.hpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/date_time.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,15 @@
     1.4 +#ifndef BOOST_DATE_TIME_ALL_HPP___
     1.5 +#define BOOST_DATE_TIME_ALL_HPP___
     1.6 +
     1.7 +/* Copyright (c) 2006 CrystalClear Software, Inc.
     1.8 + * Use, modification and distribution is subject to the 
     1.9 + * Boost Software License, Version 1.0. (See accompanying
    1.10 + * file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)
    1.11 + * Author: Jeff Garland
    1.12 + * $Date: 2006/10/27 23:18:29 $
    1.13 + */
    1.14 +
    1.15 +//gregorian and posix time included by indirectly
    1.16 +#include "boost/date_time/local_time/local_time.hpp"
    1.17 +
    1.18 +#endif // BOOST_DATE_TIME_ALL_HPP___