IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2006, 12:38:13 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.68

File:
1 edited

Legend:

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

    r10748 r10753  
    18121812    {
    18131813        psMetadata      *md;
    1814         p4PStackedImfileRow *object;
    1815         bool            status;
    1816 
    1817         object = p4PStackedImfileRowAlloc(-32, "a string", "a string", "a string", "a string");
    1818         if (!object) {
    1819             exit(EXIT_FAILURE);
    1820         }
    1821 
    1822         md = p4PStackedImfileMetadataFromObject(object);
     1814        p4StackedImfileRow *object;
     1815        bool            status;
     1816
     1817        object = p4StackedImfileRowAlloc(-32, "a string", "a string", "a string", "a string");
     1818        if (!object) {
     1819            exit(EXIT_FAILURE);
     1820        }
     1821
     1822        md = p4StackedImfileMetadataFromObject(object);
    18231823        if (!md) {
    18241824            exit(EXIT_FAILURE);
     
    18531853    {
    18541854        psMetadata      *md;
    1855         p4PDiffImfileRow *object;
    1856         bool            status;
    1857 
    1858         object = p4PDiffImfileRowAlloc(-32, "a string", -32, "a string", "a string", "a string", "a string");
    1859         if (!object) {
    1860             exit(EXIT_FAILURE);
    1861         }
    1862 
    1863         md = p4PDiffImfileMetadataFromObject(object);
     1855        p4DiffImfileRow *object;
     1856        bool            status;
     1857
     1858        object = p4DiffImfileRowAlloc(-32, "a string", -32, "a string", "a string", "a string", "a string");
     1859        if (!object) {
     1860            exit(EXIT_FAILURE);
     1861        }
     1862
     1863        md = p4DiffImfileMetadataFromObject(object);
    18641864        if (!md) {
    18651865            exit(EXIT_FAILURE);
     
    19021902    {
    19031903        psMetadata      *md;
    1904         p4PMagicMaskImfileRow *object;
    1905         bool            status;
    1906 
    1907         object = p4PMagicMaskImfileRowAlloc(-32, "a string", -32, "a string", "a string");
    1908         if (!object) {
    1909             exit(EXIT_FAILURE);
    1910         }
    1911 
    1912         md = p4PMagicMaskImfileMetadataFromObject(object);
     1904        p4MagicMaskImfileRow *object;
     1905        bool            status;
     1906
     1907        object = p4MagicMaskImfileRowAlloc(-32, "a string", -32, "a string", "a string");
     1908        if (!object) {
     1909            exit(EXIT_FAILURE);
     1910        }
     1911
     1912        md = p4MagicMaskImfileMetadataFromObject(object);
    19131913        if (!md) {
    19141914            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.