IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2006, 4:31:35 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.29

File:
1 edited

Legend:

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

    r7461 r8368  
    475475    {
    476476        psDB            *dbh;
     477        detNormalizedStatImfileRow *object;
     478
     479        dbh = psDBInit("localhost", "test", NULL, "test");
     480        if (!dbh) {
     481            exit(EXIT_FAILURE);
     482        }
     483
     484        object = detNormalizedStatImfilePopObject(dbh);
     485        if (!object) {
     486            exit(EXIT_FAILURE);
     487        }
     488
     489        psFree(object);
     490        psDBCleanup(dbh);
     491    }
     492
     493    {
     494        psDB            *dbh;
    477495        detNormalizedImfileRow *object;
    478496
Note: See TracChangeset for help on using the changeset viewer.