From e3e3d24e267ef00266539dc0c7ed4e5d03296b71 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Tue, 20 Jul 2010 10:20:37 +0900 Subject: [PATCH] =?utf8?q?structure.hpp:=20header=E3=81=A8body?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- roast/include/roast/xml/roast_xml/structure.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roast/include/roast/xml/roast_xml/structure.hpp b/roast/include/roast/xml/roast_xml/structure.hpp index 87acbeb1..060d2915 100644 --- a/roast/include/roast/xml/roast_xml/structure.hpp +++ b/roast/include/roast/xml/roast_xml/structure.hpp @@ -87,6 +87,9 @@ namespace roast { }; + class body + { + }; /*class header @@ -100,7 +103,9 @@ namespace roast //////////////////////////////////////////////////// typedef lexical::structure_base< - structure::xmldecl + ::roast::lexical::structure::series2< + structure::header, + structure::body> > _structure; } } -- 2.11.0