IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2005, 11:55:33 AM (21 years ago)
Author:
jhoblitt
Message:

add const to params where appropriate
tt cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/object_h.tt

    r3861 r4196  
    99[% SET i = 0 -%]
    1010[% FOREACH item = columns -%]
     11[% IF item.type == "STR" -%]
     12    [% indented("char", "*$item.name") %];
     13[% ELSE -%]
    1114    [% indented("$item.ctype", "$item.name") %];
    1215[% END -%]
     16[% END -%]
    1317} [% object_name %];
Note: See TracChangeset for help on using the changeset viewer.