$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r57198 - trunk/boost/spirit/include
From: hartmut.kaiser_at_[hidden]
Date: 2009-10-28 16:57:16
Author: hkaiser
Date: 2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
New Revision: 57198
URL: http://svn.boost.org/trac/boost/changeset/57198
Log:
Spirit: added missing files
Added:
   trunk/boost/spirit/include/qi_alternative.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_and_predicate.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_attr.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_attr_cast.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_bool.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_char_.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_char_class.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_difference.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_eoi.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_eol.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_eps.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_expect.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_grammar.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_int.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_kleene.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_lazy.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_lexeme.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_list.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_lit.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_no_case.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_not_predicate.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_omit.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_optional.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_permutation.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_phoenix_attributes.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_plus.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_raw.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_real.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_repeat.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_rule.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_sequence.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_sequential_or.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_symbols.hpp   (contents, props changed)
   trunk/boost/spirit/include/qi_uint.hpp   (contents, props changed)
Text files modified: 
   trunk/boost/spirit/include/qi_skip.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Added: trunk/boost/spirit/include/qi_alternative.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_alternative.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_ALTERNATIVE
+#define BOOST_SPIRIT_INCLUDE_QI_ALTERNATIVE
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/operator/alternative.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_and_predicate.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_and_predicate.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_AND_PREDICATE
+#define BOOST_SPIRIT_INCLUDE_QI_AND_PREDICATE
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/operator/and_predicate.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_attr.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_attr.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_ATTR
+#define BOOST_SPIRIT_INCLUDE_QI_ATTR
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/auxiliary/attr.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_attr_cast.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_attr_cast.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_ATTR_CAST
+#define BOOST_SPIRIT_INCLUDE_QI_ATTR_CAST
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/auxiliary/attr_cast.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_bool.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_bool.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_BOOL
+#define BOOST_SPIRIT_INCLUDE_QI_BOOL
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/numeric/bool.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_char_.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_char_.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_CHAR_
+#define BOOST_SPIRIT_INCLUDE_QI_CHAR_
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/char/char.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_char_class.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_char_class.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_CHAR_CLASS
+#define BOOST_SPIRIT_INCLUDE_QI_CHAR_CLASS
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/char/char_class.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_difference.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_difference.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_DIFFERENCE
+#define BOOST_SPIRIT_INCLUDE_QI_DIFFERENCE
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/operator/difference.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_eoi.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_eoi.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_EOI
+#define BOOST_SPIRIT_INCLUDE_QI_EOI
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/auxiliary/eoi.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_eol.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_eol.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_EOL
+#define BOOST_SPIRIT_INCLUDE_QI_EOL
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/auxiliary/eol.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_eps.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_eps.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_EPS
+#define BOOST_SPIRIT_INCLUDE_QI_EPS
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/auxiliary/eps.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_expect.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_expect.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_EXPECT
+#define BOOST_SPIRIT_INCLUDE_QI_EXPECT
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/operator/expect.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_grammar.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_grammar.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_GRAMMAR
+#define BOOST_SPIRIT_INCLUDE_QI_GRAMMAR
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/nonterminal/grammar.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_int.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_int.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_INT
+#define BOOST_SPIRIT_INCLUDE_QI_INT
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/numeric/int.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_kleene.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_kleene.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_KLEENE
+#define BOOST_SPIRIT_INCLUDE_QI_KLEENE
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/operator/kleene.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_lazy.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_lazy.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_LAZY
+#define BOOST_SPIRIT_INCLUDE_QI_LAZY
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/auxiliary/lazy.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_lexeme.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_lexeme.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_LEXEME
+#define BOOST_SPIRIT_INCLUDE_QI_LEXEME
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/directive/lexeme.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_list.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_list.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_LIST
+#define BOOST_SPIRIT_INCLUDE_QI_LIST
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/operator/list.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_lit.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_lit.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_LIT
+#define BOOST_SPIRIT_INCLUDE_QI_LIT
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/string/lit.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_no_case.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_no_case.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_NO_CASE
+#define BOOST_SPIRIT_INCLUDE_QI_NO_CASE
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/directive/no_case.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_not_predicate.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_not_predicate.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_NOT_PREDICATE
+#define BOOST_SPIRIT_INCLUDE_QI_NOT_PREDICATE
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/operator/not_predicate.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_omit.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_omit.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_OMIT
+#define BOOST_SPIRIT_INCLUDE_QI_OMIT
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/directive/omit.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_optional.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_optional.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_OPTIONAL
+#define BOOST_SPIRIT_INCLUDE_QI_OPTIONAL
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/operator/optional.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_permutation.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_permutation.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_PERMUTATION
+#define BOOST_SPIRIT_INCLUDE_QI_PERMUTATION
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/operator/permutation.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_phoenix_attributes.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_phoenix_attributes.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_PHOENIX_ATTRIBUTES
+#define BOOST_SPIRIT_INCLUDE_QI_PHOENIX_ATTRIBUTES
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/phoenix_attributes.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_plus.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_plus.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_PLUS
+#define BOOST_SPIRIT_INCLUDE_QI_PLUS
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/operator/plus.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_raw.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_raw.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_RAW
+#define BOOST_SPIRIT_INCLUDE_QI_RAW
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/directive/raw.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_real.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_real.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_REAL
+#define BOOST_SPIRIT_INCLUDE_QI_REAL
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/numeric/real.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_repeat.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_repeat.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_REPEAT
+#define BOOST_SPIRIT_INCLUDE_QI_REPEAT
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/directive/repeat.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_rule.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_rule.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_RULE
+#define BOOST_SPIRIT_INCLUDE_QI_RULE
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/nonterminal/rule.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_sequence.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_sequence.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_SEQUENCE
+#define BOOST_SPIRIT_INCLUDE_QI_SEQUENCE
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/operator/sequence.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_sequential_or.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_sequential_or.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_SEQUENTIAL_OR
+#define BOOST_SPIRIT_INCLUDE_QI_SEQUENTIAL_OR
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/operator/sequential_or.hpp>
+
+#endif
Modified: trunk/boost/spirit/include/qi_skip.hpp
==============================================================================
--- trunk/boost/spirit/include/qi_skip.hpp	(original)
+++ trunk/boost/spirit/include/qi_skip.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -13,6 +13,6 @@
 #pragma once
 #endif
 
-#include <boost/spirit/home/qi/skip_over.hpp>
+#include <boost/spirit/home/qi/directive/skip.hpp>
 
 #endif
Added: trunk/boost/spirit/include/qi_symbols.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_symbols.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_SYMBOLS
+#define BOOST_SPIRIT_INCLUDE_QI_SYMBOLS
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/string/symbols.hpp>
+
+#endif
Added: trunk/boost/spirit/include/qi_uint.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_uint.hpp	2009-10-28 16:57:13 EDT (Wed, 28 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+    Copyright (c) 2001-2009 Joel de Guzman
+    Copyright (c) 2001-2009 Hartmut Kaiser
+    http://spirit.sourceforge.net/
+
+    Distributed under the Boost Software License, Version 1.0. (See accompanying
+    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_UINT
+#define BOOST_SPIRIT_INCLUDE_QI_UINT
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/numeric/uint.hpp>
+
+#endif