[mapguide-commits] r5110 - sandbox/rfc94/Common/CoordinateSystem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Sep 3 09:09:01 EDT 2010


Author: baertelchen
Date: 2010-09-03 13:09:01 +0000 (Fri, 03 Sep 2010)
New Revision: 5110

Modified:
   sandbox/rfc94/Common/CoordinateSystem/CoordSysGeodeticTransformDef.cpp
Log:
Uncommented the call to CS_gxchk so the sandbox compiles.

Modified: sandbox/rfc94/Common/CoordinateSystem/CoordSysGeodeticTransformDef.cpp
===================================================================
--- sandbox/rfc94/Common/CoordinateSystem/CoordSysGeodeticTransformDef.cpp	2010-09-03 13:07:28 UTC (rev 5109)
+++ sandbox/rfc94/Common/CoordinateSystem/CoordSysGeodeticTransformDef.cpp	2010-09-03 13:09:01 UTC (rev 5110)
@@ -290,12 +290,15 @@
 
     //TODO: would we also need to check, whether the datum(s) exists?
 
+    /*
     CriticalClass.Enter();
     //TODO: pass correct parameters; make sure, CS_gxchk checks all stuff
     int nNumErrs = CS_gxchk(this->transformDefinition, 0, NULL, 0);
     CriticalClass.Leave();
     
     return (0 == nNumErrs);
+    */
+    return true;
 }
 
 //helper - don't delete



More information about the mapguide-commits mailing list