OSDN Git Service

db/sqlite3_types.hpp Add.
authorMyun2 <myun2@nwhite.info>
Sun, 15 Apr 2012 11:29:07 +0000 (20:29 +0900)
committerMyun2 <myun2@nwhite.info>
Sun, 15 Apr 2012 11:29:07 +0000 (20:29 +0900)
roast/include/roast/db/sqlite3_types.hpp [new file with mode: 0644]

diff --git a/roast/include/roast/db/sqlite3_types.hpp b/roast/include/roast/db/sqlite3_types.hpp
new file mode 100644 (file)
index 0000000..69d71f8
--- /dev/null
@@ -0,0 +1,27 @@
+//     Roast+ License
+
+/*
+       
+*/
+#ifndef __SFJP_ROAST__db__sqlite3_types_HPP__
+#define __SFJP_ROAST__db__sqlite3_types_HPP__
+
+#include "sqlite3.h"   //      Require External Library
+#include "roast/db/base.hpp"
+
+#include <vector>
+
+namespace roast
+{
+       namespace sqlite3
+       {
+               namespace types
+               {
+               //////////////////////////////////////////////////////////////////////////////////////
+               
+               //////////////////////////////////////////////////////////////////////////////////////
+               }
+       }
+}
+
+#endif//__SFJP_ROAST__db__sqlite3_types_HPP__