Index: /trunk/glueforge/templates/psdb/insertobject_h.tt
===================================================================
--- /trunk/glueforge/templates/psdb/insertobject_h.tt	(revision 3863)
+++ /trunk/glueforge/templates/psdb/insertobject_h.tt	(revision 3863)
@@ -0,0 +1,12 @@
+[% USE format -%]
+[% indented = format('%-15s %-20s') -%]
+/** Insert a single [% object_name %] object into a table
+ *
+ * This function constructs and inserts a single row based on it's parameters.
+ *
+ * @return true on success
+ */
+bool [% namespace %]Insert[% object_name %](
+    psDB            *dbh,               ///< Database handle
+    [% indented(object_name, "*object") %]///< [% object_name %] object
+);
