IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3864


Ignore:
Timestamp:
May 5, 2005, 6:24:24 PM (21 years ago)
Author:
jhoblitt
Message:

add #define [foo]_TABLE_NAME
change from table_name to namespace where appropriate

File:
1 edited

Legend:

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

    r3862 r3864  
    1 #ifndef [% table_name %]_DB_H
    2 #define [% table_name %]_DB_H 1
     1#ifndef [% namespace FILTER upper %]_DB_H
     2#define [% namespace FILTER upper %]_DB_H 1
    33
    44#include <pslib.h>
     
    1010/// @addtogroup DataBase
    1111/// @{
     12
     13#define [% namespace FILTER upper %]_TABLE_NAME [% table_name %]
    1214
    1315[% INCLUDE object_h.tt %]
     
    2426#endif
    2527
    26 #endif // [% table_name %]_DB_H
     28#endif // [% namespace FILTER upper %]_DB_H
Note: See TracChangeset for help on using the changeset viewer.