From 7358777945017bb7320274dcedbfa27af3c559e1 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Tue, 1 Jun 2010 23:16:58 +0900 Subject: [PATCH] sql.hpp Add. --- include/roast/db/sql.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 include/roast/db/sql.hpp diff --git a/include/roast/db/sql.hpp b/include/roast/db/sql.hpp new file mode 100644 index 00000000..3a361104 --- /dev/null +++ b/include/roast/db/sql.hpp @@ -0,0 +1,16 @@ +// Roast+ License + +/* + +*/ +#ifndef __SFJP_ROAST__db__sql_HPP__ +#define __SFJP_ROAST__db__sql_HPP__ + +namespace roast +{ + namespace db + { + } +} + +#endif//__SFJP_ROAST__db__sqlite_HPP__ -- 2.11.0