IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3928


Ignore:
Timestamp:
May 13, 2005, 11:59:50 AM (21 years ago)
Author:
jhoblitt
Message:

fix prototype

Location:
trunk/glueforge/templates/psdb
Files:
3 edited

Legend:

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

    r3909 r3928  
    77
    88[% object_name %] *[% object_name %]Alloc(
     9[%- SET i = 0 -%]
    910[% FOREACH item = columns -%]
    10     [% indented("$item.ctype", "$item.name") %];
     11[% IF i == 0 %][% i = 1 %][% ELSE %],[% END %]
     12    [% indented("$item.ctype", "$item.name") %]
     13[% i = i + 1 -%]
    1114[% END -%]
    1215);
     16
     17
  • trunk/glueforge/templates/psdb/droptable_h.tt

    r3918 r3928  
    55
    66bool [% namespace %]DropTable(
    7     psDB *dbh,                          ///< Database handle
     7    psDB *dbh                           ///< Database handle
    88);
  • trunk/glueforge/templates/psdb/selectrowsfits_h.tt

    r3919 r3928  
    1111bool [% namespace %]SelectRowsFits(
    1212    psDB            *dbh,               ///< Database handle
    13     psFits          *fits               ///< psFits object
     13    psFits          *fits,              ///< psFits object
    1414    psMetadata      *where,             ///< Row match criteria
    1515    const psU64     limit               ///< Maximum number of elements to return
Note: See TracChangeset for help on using the changeset viewer.