os/ossrv/ossrv_pub/boost_apis/boost/program_options.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/program_options.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +// Copyright Vladimir Prus 2002.
     1.5 +// Distributed under the Boost Software License, Version 1.0. (See
     1.6 +// accompanying file LICENSE_1_0.txt or copy at
     1.7 +// http://www.boost.org/LICENSE_1_0.txt)
     1.8 +
     1.9 +#ifndef PROGRAM_OPTIONS_VP_2003_05_19
    1.10 +#define PROGRAM_OPTIONS_VP_2003_05_19
    1.11 +
    1.12 +#if _MSC_VER >= 1020
    1.13 +#pragma once
    1.14 +#endif
    1.15 +
    1.16 +#include <boost/program_options/options_description.hpp>
    1.17 +#include <boost/program_options/positional_options.hpp>
    1.18 +#include <boost/program_options/parsers.hpp>
    1.19 +#include <boost/program_options/variables_map.hpp>
    1.20 +#include <boost/program_options/cmdline.hpp>
    1.21 +#include <boost/program_options/errors.hpp>
    1.22 +#include <boost/program_options/option.hpp>
    1.23 +#include <boost/program_options/value_semantic.hpp>
    1.24 +#include <boost/program_options/version.hpp>
    1.25 +
    1.26 +#endif