Changes between Initial Version and Version 1 of Ticket #242


Ignore:
Timestamp:
Mar 21, 2009, 8:05:04 AM (15 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #242

    • Property Milestone 3.1.1
  • Ticket #242 – Description

    initial v1  
    1 Currently there is no GEOSSetSRID_r declaration or implementation in the C API. Instead there is another GEOSSetSRID implementation in the thread-safe implementation and two GEOSSetSRID declarations in the header.
     1Currently there is no GEOSSetSRID_r declaration or implementation in the C API. Instead there is [source:trunk/capi/geos_ts_c.cpp@2251#L1631 another GEOSSetSRID implementation] in the thread-safe implementation and two [source:trunk/capi/geos_c.h.in@2251#L594 GEOSSetSRID] ([source:trunk/capi/geos_c.h.in@2251#L599 second] one) declarations in the header.
    22
    33I think there should be GEOSSetSRID_r for consistency even if GEOSSetSRID is thread-safe (it seems like it might be) - certainly all other functions have _r counterparts.