Changes between Initial Version and Version 1 of Ticket #6663


Ignore:
Timestamp:
Sep 27, 2016, 7:25:37 AM (8 years ago)
Author:
Kurt Schwehr
Comment:

I'm not seeing a failure from this. Just confused by what I saw while looking at cleaning the osm driver

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6663 – Description

    initial v1  
    11I am thinking that the ogrsf_frmts drivers should have:
    22
    3 - virtual  (or override or final with C++ 11 or newer) for the ResetReading.
     3- virtual  (or override or final with C++ 11 or newer) for the ResetReading() method.
    44- return type of void (there a couple int returns like osm)
    55- should never take an arg (vfk takes an arg)