Changeset 4326 for trunk/glueforge/templates/psdb/pop_c.tt
- Timestamp:
- Jun 20, 2005, 2:54:17 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/pop_c.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/pop_c.tt
r4163 r4326 8 8 { 9 9 psDB *dbh; 10 bool status;11 10 [% FOREACH item = columns -%] 12 11 [% IF item.ctype == "char*" -%] … … 22 21 } 23 22 24 status =[% namespace %]Pop(dbh,23 if (![% namespace %]Pop(dbh, 25 24 [%- SET i = 0 -%] 26 25 [% FOREACH item = columns -%] 27 26 [% IF i == 0 %][% i = 1 %][% ELSE %], [% END -%] 28 27 &[% item.name -%] 29 [% END %]); 30 if (!status) { 28 [% END %])) { 31 29 exit(EXIT_FAILURE); 32 30 }
Note:
See TracChangeset
for help on using the changeset viewer.
