Changes between Version 8 and Version 9 of rfc11_fastidentify


Ignore:
Timestamp:
May 1, 2007, 6:45:24 AM (17 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc11_fastidentify

    v8 v9  
    160160To do this the CPLReadDir() function will also need to be reimplemented to use VSIFilesystemHandler::ReadDir() instead of direct implementation in cpl_dir.cpp.  The win32 and unix/posix implementations of VSIFilesystemHandler::ReadDir() already exist.  This should essentially complete the virtualization of filesystem access services.
    161161
     162CPLReadDir() will also be renamed VSIReadDir() but with a stub under the old name available for backward compatability.
     163
    162164== Compatibility ==
    163165
     
    166168== SWIG Implications ==
    167169
    168 The GDALIdentifyDriver() function will need to be exposed via SWIG.
     170The GDALIdentifyDriver() and VSIReadDir() functions will need to be exposed via SWIG.
    169171
    170172== Regression Testing ==