[mapserver-commits] r11324 - in trunk/mapserver: . mapscript
svn at osgeo.org
svn at osgeo.org
Thu Mar 24 04:59:59 EDT 2011
Author: unicoletti
Date: 2011-03-24 01:59:58 -0700 (Thu, 24 Mar 2011)
New Revision: 11324
Modified:
trunk/mapserver/mapscript/mapscript.i
trunk/mapserver/mapserver.h
Log:
resolve crash of java tests on windows/linux #3032
Modified: trunk/mapserver/mapscript/mapscript.i
===================================================================
--- trunk/mapserver/mapscript/mapscript.i 2011-03-24 02:33:10 UTC (rev 11323)
+++ trunk/mapserver/mapscript/mapscript.i 2011-03-24 08:59:58 UTC (rev 11324)
@@ -37,6 +37,10 @@
%include swig_csharp_extensions.i
#endif
+#ifdef SWIGJAVA
+%ignore layer_obj::extent;
+#endif
+
%{
#include "../../mapserver.h"
#include "../../maptemplate.h"
Modified: trunk/mapserver/mapserver.h
===================================================================
--- trunk/mapserver/mapserver.h 2011-03-24 02:33:10 UTC (rev 11323)
+++ trunk/mapserver/mapserver.h 2011-03-24 08:59:58 UTC (rev 11324)
@@ -1444,9 +1444,7 @@
%immutable;
#endif /* SWIG */
-#ifndef SWIGJAVA
rectObj extent;
-#endif /* not SWIGJAVA */
int numprocessing;
int numjoins;
More information about the mapserver-commits
mailing list