IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2005, 2:54:17 PM (21 years ago)
Author:
jhoblitt
Message:

factor out intermediate value variables where it doesn't impact readability

File:
1 edited

Legend:

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

    r4196 r4326  
    11bool [% namespace %]InsertObject(psDB *dbh, [% object_name %] *object)
    22{
    3     bool            status;
    4 
    5     status = [% namespace %]Insert(dbh,
     3    return [% namespace %]Insert(dbh,
    64[%- SET i = 0 -%]
    75[%- FOREACH item = columns -%]
     
    108[%- END -%]
    119);
    12 
    13     return status;
    1410}
Note: See TracChangeset for help on using the changeset viewer.