[mapserver-commits] r9655 - branches/branch-5-6/mapserver

svn at osgeo.org svn at osgeo.org
Sat Jan 2 16:09:48 EST 2010


Author: tamas
Date: 2010-01-02 16:09:47 -0500 (Sat, 02 Jan 2010)
New Revision: 9655

Modified:
   branches/branch-5-6/mapserver/HISTORY.TXT
   branches/branch-5-6/mapserver/mapsymbol.h
Log:
Expose symbolObj.inmapfile to the SWIG API, have already been exposed to PHP (#3233)

Modified: branches/branch-5-6/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-6/mapserver/HISTORY.TXT	2010-01-02 20:36:16 UTC (rev 9654)
+++ branches/branch-5-6/mapserver/HISTORY.TXT	2010-01-02 21:09:47 UTC (rev 9655)
@@ -15,6 +15,8 @@
 Current Version (SVN branch-5-6):
 --------------------------------
 
+- Expose symbolObj.inmapfile to the SWIG API, have already been exposed to PHP (#3233)
+
 - Expose getGeomTransform/setGeomTransform to SWIG instead of exposing the private vars for rfc48 (#3214)
 
 - Fixed writeSymbol to support writing 'ANGLE AUTO' (#3214)

Modified: branches/branch-5-6/mapserver/mapsymbol.h
===================================================================
--- branches/branch-5-6/mapserver/mapsymbol.h	2010-01-02 20:36:16 UTC (rev 9654)
+++ branches/branch-5-6/mapserver/mapsymbol.h	2010-01-02 21:09:47 UTC (rev 9655)
@@ -73,9 +73,9 @@
 typedef struct {
   char *name;
   int type;
-#ifndef SWIG
   int inmapfile; /* boolean value for writing */
 
+#ifndef SWIG
   /*
   ** Pointer to his map
   */



More information about the mapserver-commits mailing list