Changes between Version 1 and Version 2 of rfc31_ogr_64


Ignore:
Timestamp:
Nov 24, 2010, 9:19:44 AM (13 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc31_ogr_64

    v1 v2  
    2727{{{
    2828   OFTInteger64 = 12
    29    OFTIntegerList64 = 13
     29   OFTInteger64List = 13
    3030}}}
    3131
     
    3737        int nCount;
    3838        GIntBig *paList;
    39     } IntegerList64;
     39    } Integer64List;
    4040}}}
    4141
     
    4545    GIntBig             GetFieldAsInteger64( int i );
    4646    GIntBig             GetFieldAsInteger64( const char *pszFName );
    47     const int          *GetFieldAsIntegerList64( const char *pszFName,
     47    const int          *GetFieldAsInteger64List( const char *pszFName,
    4848                                               int *pnCount );
    49     const int          *GetFieldAsIntegerList64( int i, int *pnCount );
     49    const int          *GetFieldAsInteger64List( int i, int *pnCount );
    5050
    5151    void                SetField( int i, GIntBig nValue );