From 04cc80ae09c70980a634efd6e3e2dd71e2013867 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Tue, 20 Jul 2010 22:15:41 +0900 Subject: [PATCH] reqws --- roast/include/roast/lexical/structure_base.hpp | 7 +++++++ roast/include/roast/xml/roast_xml/structure.hpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/roast/include/roast/lexical/structure_base.hpp b/roast/include/roast/lexical/structure_base.hpp index 69c7aa1c..4a6d8c53 100644 --- a/roast/include/roast/lexical/structure_base.hpp +++ b/roast/include/roast/lexical/structure_base.hpp @@ -38,6 +38,10 @@ namespace roast class series6 { }; + template + class series7 + { + }; //////////////////////////////// @@ -58,6 +62,9 @@ namespace roast { }; + class _reqws + { + }; } /////////////////////////////////////// diff --git a/roast/include/roast/xml/roast_xml/structure.hpp b/roast/include/roast/xml/roast_xml/structure.hpp index 060d2915..4f43cd8b 100644 --- a/roast/include/roast/xml/roast_xml/structure.hpp +++ b/roast/include/roast/xml/roast_xml/structure.hpp @@ -96,7 +96,7 @@ namespace roast { };*/ typedef lexical::structure_base< - series6 + series7 > header, xmldecl; } -- 2.11.0