[geos-devel] [GEOS] #611: [PATCH] Move static class members of Interrupt out of header

GEOS geos-trac at osgeo.org
Fri Jan 11 09:27:03 PST 2013


#611: [PATCH] Move static class members of Interrupt out of header
-------------------------+--------------------------------------------------
 Reporter:  mloskot      |       Owner:  geos-devel@…              
     Type:  defect       |      Status:  new                       
 Priority:  major        |   Milestone:  3.3.7                     
Component:  Default      |     Version:  svn-trunk                 
 Severity:  Significant  |    Keywords:                            
-------------------------+--------------------------------------------------
 In Interrupt class, static class members are accessed from several inline
 functions but they are not part of the exportable interface of GEOS DLL
 causing linker errors.

 Simple solution is to move them out of the header.

 Patch attached.

-- 
Ticket URL: <http://trac.osgeo.org/geos/ticket/611>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).


More information about the geos-devel mailing list