[mapguide-commits] r5387 - trunk/MgDev/Common/CoordinateSystem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Nov 11 13:59:13 EST 2010


Author: NormOlsen
Date: 2010-11-11 10:59:13 -0800 (Thu, 11 Nov 2010)
New Revision: 5387

Modified:
   trunk/MgDev/Common/CoordinateSystem/CoordSysDictionaryBase.cpp
Log:
Trac Ticket 1519

The submission of 8 Nov 2010 which produced revision 5377 and purportedly corrected Trac Ticket #1519 was defective or improperly applied.  Regardless of the reason, the change made by this submission makes a one line change which is required to effect the correction of Trac Ticket #1519.


Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysDictionaryBase.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysDictionaryBase.cpp	2010-11-10 05:02:00 UTC (rev 5386)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysDictionaryBase.cpp	2010-11-11 18:59:13 UTC (rev 5387)
@@ -214,7 +214,8 @@
         definitionAccess->updateDefinition,
         definitionAccess->setupCsStructFromMgInstance,
         pDictionaryDef,
-        true); //the definition has to exist
+        true, //the definition has to exist
+		checkProtectedOnUpdate); 
 
     MG_CATCH_AND_THROW(L"CCoordinateSystemDictionaryBase.Modify")
 }



More information about the mapguide-commits mailing list