Changes between Version 5 and Version 6 of ConfigOptions

Show
Ignore:
Timestamp:
05/25/10 08:25:53 (3 years ago)
Author:
warmerdam
Comment:

fix setconfigoption function name.

Legend:

Unmodified
Added
Removed
Modified
  • ConfigOptions

    v5 v6  
    2929#include "cpl_conv.h" 
    3030... 
    31     GDALSetConfigOption( "GDAL_CACHEMAX", "64" ); 
     31    CPLSetConfigOption( "GDAL_CACHEMAX", "64" ); 
    3232}}} 
    3333 
     
    3535 
    3636{{{ 
    37     GDALSetThreadLocalConfigOption( "GDAL_CACHEMAX", "64" ); 
     37    CPLSetThreadLocalConfigOption( "GDAL_CACHEMAX", "64" ); 
    3838}}} 
    3939