[fdo-trac] #52: FDO: Change 'const FdoString*' -> 'FdoString*'

FDO trac_fdo at osgeo.org
Sat Mar 24 12:49:27 EDT 2007


#52: FDO: Change 'const FdoString*' -> 'FdoString*'
-------------------------+--------------------------------------------------
   Reporter:  gregboone  |       Owner:  gregboone
       Type:  defect     |      Status:  new      
   Priority:  major      |   Milestone:  3.3.0    
  Component:  FDO API    |     Version:  3.2.0    
   Severity:  2          |    Keywords:           
External_id:             |  
-------------------------+--------------------------------------------------
 There are some instances in the FDO API where we pass a 'const FdoString*'
 argument to a function. Declaring the FdoString* as const is redundant
 since FdoString* is already defined as 'const wchar_t*', resulting in a
 'const const wchar_t*' parameter. This double const declaration is causing
 difficulties with Python bindings on Linux.

-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/52>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list