IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2006, 1:49:11 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.39

File:
1 edited

Legend:

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

    r8665 r9107  
    457457    {
    458458        psDB            *dbh;
     459        detProcessedExpRow *object;
     460
     461        dbh = psDBInit("localhost", "test", NULL, "test");
     462        if (!dbh) {
     463            exit(EXIT_FAILURE);
     464        }
     465
     466        object = detProcessedExpPopObject(dbh);
     467        if (!object) {
     468            exit(EXIT_FAILURE);
     469        }
     470
     471        psFree(object);
     472        psDBCleanup(dbh);
     473    }
     474
     475    {
     476        psDB            *dbh;
    459477        detStackedImfileRow *object;
    460478
Note: See TracChangeset for help on using the changeset viewer.