IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2006, 2:16:35 PM (21 years ago)
Author:
jhoblitt
Message:

split global and per table data
forward port generated code to pslib 0.9.0

File:
1 edited

Legend:

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

    r4346 r5907  
    1 #ifndef [% namespace FILTER upper %]_DB_H
    2 #define [% namespace FILTER upper %]_DB_H 1
     1#ifndef [% pkg_name FILTER upper %]_H
     2#define [% pkg_name FILTER upper %]_H 1
    33
    44#include <pslib.h>
     
    1111/// @{
    1212
     13[% FOREACH table = tables -%]
    1314[% INCLUDE object_h.tt %]
    1415[% INCLUDE alloc_h.tt %]
     
    2627[% INCLUDE metadatafromobject_h.tt %]
    2728[% INCLUDE objectfrommetadata_h.tt -%]
     29[% END -%]
    2830
    2931/// @}
     
    3335#endif
    3436
    35 #endif // [% namespace FILTER upper %]_DB_H
     37#endif // [% table.namespace FILTER upper %]_DB_H
Note: See TracChangeset for help on using the changeset viewer.