os/ossrv/ossrv_pub/boost_apis/boost/wave.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/wave.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +/*=============================================================================
     1.5 +    Boost.Wave: A Standard compliant C++ preprocessor library
     1.6 +
     1.7 +    http://www.boost.org/
     1.8 +
     1.9 +    Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost
    1.10 +    Software License, Version 1.0. (See accompanying file
    1.11 +    LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
    1.12 +=============================================================================*/
    1.13 +
    1.14 +#if !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
    1.15 +#define WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED
    1.16 +
    1.17 +#include <boost/wave/wave_config.hpp>
    1.18 +#include <boost/wave/cpp_exceptions.hpp>
    1.19 +#include <boost/wave/cpplexer/cpplexer_exceptions.hpp>
    1.20 +
    1.21 +#include <boost/wave/token_ids.hpp>
    1.22 +#include <boost/wave/cpp_context.hpp>
    1.23 +
    1.24 +#endif // !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)