IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8159


Ignore:
Timestamp:
Aug 4, 2006, 3:06:41 PM (20 years ago)
Author:
jhoblitt
Message:

add [foo]PrintMetadatas()

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

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/Makefile.am

    r8154 r8159  
    6868    popobject_c.tt \
    6969    popobject_h.tt \
    70         printobjects.tt \
    71         printobjects_h.tt \
     70    printmetadatas.tt \
     71    printmetadatas_h.tt \
     72    printobjects.tt \
     73    printobjects_h.tt \
    7274    selectrowobjects.tt \
    7375    selectrowobjects_h.tt \
  • trunk/glueforge/templates/psdb/code.tt

    r8154 r8159  
    1111[% INCLUDE init.tt %]
    1212[% INCLUDE cleanup.tt %]
     13[% INCLUDE printmetadatas.tt %]
    1314[% FOREACH table = tables -%]
    1415[% INCLUDE alloc.tt %]
  • trunk/glueforge/templates/psdb/header.tt

    r8154 r8159  
    1313[% INCLUDE init_h.tt %]
    1414[% INCLUDE cleanup_h.tt %]
     15[% INCLUDE printmetadatas_h.tt %]
    1516[% FOREACH table = tables -%]
    1617[% INCLUDE object_h.tt %]
Note: See TracChangeset for help on using the changeset viewer.