OSDN Git Service

db/nitro/driver.hpp Add
authormyun2 <myun2@nwhite.info>
Sun, 29 Jul 2012 09:04:31 +0000 (18:04 +0900)
committermyun2 <myun2@nwhite.info>
Sun, 29 Jul 2012 09:04:31 +0000 (18:04 +0900)
roast/include/roast/db/nitro/driver.hpp [new file with mode: 0644]

diff --git a/roast/include/roast/db/nitro/driver.hpp b/roast/include/roast/db/nitro/driver.hpp
new file mode 100644 (file)
index 0000000..5238a4a
--- /dev/null
@@ -0,0 +1,32 @@
+//     Roast+ License
+
+/*
+       Roast+ C++ Library
+       Copyright 2012 myun2, Roast+ Project http://sourceforge.jp/projects/roast/
+       
+       Distributed under the Roast+ License
+       See: http://sourceforge.jp/projects/roast/wiki/License
+       
+       ----------------------------------------------------------------------
+       
+       Tiny DB -> driver
+*/
+#ifndef __SFJP_ROAST_db__nitro__driver_HPP__
+#define __SFJP_ROAST_db__nitro__driver_HPP__
+
+namespace roast
+{
+       namespace tiny_db
+       {
+               ///////////////////////////////////////////////////
+               
+               class driver
+               {
+               
+               };
+               
+               ///////////////////////////////////////////////////
+       }
+}
+
+#endif//__SFJP_ROAST_db__nitro__driver_HPP__