OSDN Git Service

tiny_db_header.hpp
authormyun2 <myun2@nwhite.info>
Sun, 29 Jul 2012 08:21:46 +0000 (17:21 +0900)
committermyun2 <myun2@nwhite.info>
Sun, 29 Jul 2012 08:21:46 +0000 (17:21 +0900)
roast/include/roast/db/nitro/tiny_db_header.hpp

index 924e40e..762c10d 100644 (file)
@@ -1,6 +1,15 @@
 //     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 -> FileSystem/Header Structure.
 */
 #ifndef __SFJP_ROAST_db__nitro__tiny_db_header_HPP__
 #define __SFJP_ROAST_db__nitro__tiny_db_header_HPP__
@@ -11,10 +20,14 @@ namespace roast
        {
                namespace _fs
                {
+                       /////////////////////////////////////////////
+                       
                        struct header
                        {
-                       
+                               char padding[64];
                        };
+                       
+                       /////////////////////////////////////////////
                }
        }
 }