IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2008, 11:49:29 AM (18 years ago)
Author:
jhoblitt
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/src/ippdb.h

    r16587 r16616  
    1136411364typedef struct {
    1136511365    psS64           ds_id;
     11366    char            *state;
     11367    char            *lastFileset;
     11368    char            *outProduct;
    1136611369    char            *uri;
    11367     char            *lastFileset;
    11368     char            *state;
    1136911370} pstampDataStoreRow;
    1137011371
     
    1137611377pstampDataStoreRow *pstampDataStoreRowAlloc(
    1137711378    psS64           ds_id,
    11378     const char      *uri,
     11379    const char      *state,
    1137911380    const char      *lastFileset,
    11380     const char      *state
     11381    const char      *outProduct,
     11382    const char      *uri
    1138111383);
    1138211384
     
    1140911411    psDB            *dbh,               ///< Database handle
    1141011412    psS64           ds_id,
    11411     const char      *uri,
     11413    const char      *state,
    1141211414    const char      *lastFileset,
    11413     const char      *state
     11415    const char      *outProduct,
     11416    const char      *uri
    1141411417);
    1141511418
     
    1157011573    psS64           ds_id;
    1157111574    char            *state;
     11575    char            *outFileset;
    1157211576    char            *uri;
    1157311577} pstampRequestRow;
     
    1158211586    psS64           ds_id,
    1158311587    const char      *state,
     11588    const char      *outFileset,
    1158411589    const char      *uri
    1158511590);
     
    1161511620    psS64           ds_id,
    1161611621    const char      *state,
     11622    const char      *outFileset,
    1161711623    const char      *uri
    1161811624);
Note: See TracChangeset for help on using the changeset viewer.