IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 11:32:26 AM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.47

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/popobject.c

    r9149 r9301  
    403403    {
    404404        psDB            *dbh;
     405        p3ProcessedExpRow *object;
     406
     407        dbh = psDBInit("localhost", "test", NULL, "test");
     408        if (!dbh) {
     409            exit(EXIT_FAILURE);
     410        }
     411
     412        object = p3ProcessedExpPopObject(dbh);
     413        if (!object) {
     414            exit(EXIT_FAILURE);
     415        }
     416
     417        psFree(object);
     418        psDBCleanup(dbh);
     419    }
     420
     421    {
     422        psDB            *dbh;
    405423        detRunRow       *object;
    406424
Note: See TracChangeset for help on using the changeset viewer.