OSDN Git Service

declaration_base.hpp Add.
authorMyun2 <myun2@nwhite.info>
Tue, 20 Jul 2010 00:31:40 +0000 (09:31 +0900)
committerMyun2 <myun2@nwhite.info>
Tue, 20 Jul 2010 00:31:40 +0000 (09:31 +0900)
roast/include/roast/lexical/declaration_base.hpp [new file with mode: 0644]

diff --git a/roast/include/roast/lexical/declaration_base.hpp b/roast/include/roast/lexical/declaration_base.hpp
new file mode 100644 (file)
index 0000000..da2d8df
--- /dev/null
@@ -0,0 +1,17 @@
+//     Roast+ License
+/*
+*/
+#ifndef __SFJP_ROAST__lexical__declaration_base_HPP__
+#define __SFJP_ROAST__lexical__declaration_base_HPP__
+
+namespace roast
+{
+       namespace lexical
+       {
+               class declaration_base
+               {
+               };
+       }
+}
+
+#endif//__SFJP_ROAST__lexical__declaration_base_HPP__