OSDN Git Service

db/sqlite.hpp Add.
authorMyun2 <myun2@nwhite.info>
Tue, 1 Jun 2010 08:16:56 +0000 (17:16 +0900)
committerMyun2 <myun2@nwhite.info>
Tue, 1 Jun 2010 08:16:56 +0000 (17:16 +0900)
include/roast/db/sqlite.hpp [new file with mode: 0644]

diff --git a/include/roast/db/sqlite.hpp b/include/roast/db/sqlite.hpp
new file mode 100644 (file)
index 0000000..c89897b
--- /dev/null
@@ -0,0 +1,16 @@
+//     Roast+ License
+
+/*
+       
+*/
+#ifndef __SFJP_ROAST__db__sqlite_HPP__
+#define __SFJP_ROAST__db__sqlite_HPP__
+
+namespace roast
+{
+       namespace sqlite
+       {
+       }
+}
+
+#endif//__SFJP_ROAST__db__sqlite_HPP__