Changeset 8154
- Timestamp:
- Aug 4, 2006, 2:32:50 PM (20 years ago)
- Location:
- trunk/glueforge/templates/psdb
- Files:
-
- 2 added
- 3 edited
-
Makefile.am (modified) (1 diff)
-
code.tt (modified) (2 diffs)
-
header.tt (modified) (1 diff)
-
printobjects.tt (added)
-
printobjects_h.tt (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/Makefile.am
r8117 r8154 68 68 popobject_c.tt \ 69 69 popobject_h.tt \ 70 printobjects.tt \ 71 printobjects_h.tt \ 70 72 selectrowobjects.tt \ 71 73 selectrowobjects_h.tt \ -
trunk/glueforge/templates/psdb/code.tt
r8117 r8154 1 #include <stdio.h> 2 1 3 #include "[% pkg_name %].h" 2 4 … … 25 27 [% INCLUDE selectrowobjects.tt -%] 26 28 [% INCLUDE deleterowobjects.tt -%] 29 [% INCLUDE printobjects.tt -%] 27 30 [% END -%] -
trunk/glueforge/templates/psdb/header.tt
r8117 r8154 30 30 [% INCLUDE selectrowobjects_h.tt -%] 31 31 [% INCLUDE deleterowobjects_h.tt -%] 32 [% INCLUDE printobjects_h.tt -%] 32 33 [% END -%] 33 34
Note:
See TracChangeset
for help on using the changeset viewer.
