Changeset 8159
- Timestamp:
- Aug 4, 2006, 3:06:41 PM (20 years ago)
- Location:
- trunk/glueforge/templates/psdb
- Files:
-
- 2 added
- 3 edited
-
Makefile.am (modified) (1 diff)
-
code.tt (modified) (1 diff)
-
header.tt (modified) (1 diff)
-
printmetadatas.tt (added)
-
printmetadatas_h.tt (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/Makefile.am
r8154 r8159 68 68 popobject_c.tt \ 69 69 popobject_h.tt \ 70 printobjects.tt \ 71 printobjects_h.tt \ 70 printmetadatas.tt \ 71 printmetadatas_h.tt \ 72 printobjects.tt \ 73 printobjects_h.tt \ 72 74 selectrowobjects.tt \ 73 75 selectrowobjects_h.tt \ -
trunk/glueforge/templates/psdb/code.tt
r8154 r8159 11 11 [% INCLUDE init.tt %] 12 12 [% INCLUDE cleanup.tt %] 13 [% INCLUDE printmetadatas.tt %] 13 14 [% FOREACH table = tables -%] 14 15 [% INCLUDE alloc.tt %] -
trunk/glueforge/templates/psdb/header.tt
r8154 r8159 13 13 [% INCLUDE init_h.tt %] 14 14 [% INCLUDE cleanup_h.tt %] 15 [% INCLUDE printmetadatas_h.tt %] 15 16 [% FOREACH table = tables -%] 16 17 [% INCLUDE object_h.tt %]
Note:
See TracChangeset
for help on using the changeset viewer.
