Index: /trunk/glueforge/templates/psdb/header.tt
===================================================================
--- /trunk/glueforge/templates/psdb/header.tt	(revision 3605)
+++ /trunk/glueforge/templates/psdb/header.tt	(revision 3605)
@@ -0,0 +1,25 @@
+#ifndef [% table_name %]_DB_H
+#define [% table_name %]_DB_H 1
+
+#include <pslib.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/// @addtogroup DataBase
+/// @{
+
+[% INCLUDE datatype.tt %]
+[% INCLUDE init_h.tt %]
+[% INCLUDE create_h.tt %]
+[% INCLUDE insert_h.tt %]
+[% INCLUDE pop_h.tt %]
+
+/// @}
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif // [% table_name %]_DB_H
