Changeset 8201 for trunk/glueforge/templates/psdb/code.tt
- Timestamp:
- Aug 6, 2006, 5:20:46 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/code.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/code.tt
r8159 r8201 3 3 #include "[% pkg_name %].h" 4 4 5 #define [% pkg_name FILTER upper %]_DEFAULT_INDEX_NAME "position" 5 6 [% FOREACH table = tables -%] 6 7 #define [% table.namespace FILTER upper %]_TABLE_NAME "[% table.name %]" 7 #define [% table.namespace FILTER upper %]_INDEX_NAME "position"8 #define [% table.namespace FILTER upper %]_INDEX_NAME [% pkg_name FILTER upper %]_DEFAULT_INDEX_NAME 8 9 [% END -%] 9 10 #define MAX_STRING_LENGTH 1024 … … 11 12 [% INCLUDE init.tt %] 12 13 [% INCLUDE cleanup.tt %] 14 [% INCLUDE printmetadata.tt %] 15 [% INCLUDE printmetadataraw.tt %] 13 16 [% INCLUDE printmetadatas.tt %] 17 [% INCLUDE printmetadatasraw.tt %] 14 18 [% FOREACH table = tables -%] 15 19 [% INCLUDE alloc.tt %]
Note:
See TracChangeset
for help on using the changeset viewer.
