[mapguide-commits] r6957 - in branches/2.4/MgDev/Common: MapGuideCommon/MapLayer PlatformBase/MapLayer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Aug 29 06:03:24 PDT 2012


Author: jng
Date: 2012-08-29 06:03:23 -0700 (Wed, 29 Aug 2012)
New Revision: 6957

Modified:
   branches/2.4/MgDev/Common/MapGuideCommon/MapLayer/Layer.h
   branches/2.4/MgDev/Common/PlatformBase/MapLayer/LayerBase.h
Log:
#2097, #649: Doc correction. For MgLayer, not MgLayerBase as AutoCAD Map's implementation may behave differently

Modified: branches/2.4/MgDev/Common/MapGuideCommon/MapLayer/Layer.h
===================================================================
--- branches/2.4/MgDev/Common/MapGuideCommon/MapLayer/Layer.h	2012-08-29 13:00:22 UTC (rev 6956)
+++ branches/2.4/MgDev/Common/MapGuideCommon/MapLayer/Layer.h	2012-08-29 13:03:23 UTC (rev 6957)
@@ -211,6 +211,10 @@
     ///   <li>If the command is of type MgUnLockFeatures, the property
     ///     type is MgPropertyType::Int32, and its value is the number of
     ///     features unlocked.</li>
+    ///   <li>For any of the above commands, if the property type is 
+    ///     MgPropertyType::String, it indicates an exception had occurred
+    ///     for that particular command, and its value is the exception message.
+    ///     This only applies when the operation is not using a transaction</li>
     /// </ul>
     ///
     /// \exception MgFeatureServiceException

Modified: branches/2.4/MgDev/Common/PlatformBase/MapLayer/LayerBase.h
===================================================================
--- branches/2.4/MgDev/Common/PlatformBase/MapLayer/LayerBase.h	2012-08-29 13:00:22 UTC (rev 6956)
+++ branches/2.4/MgDev/Common/PlatformBase/MapLayer/LayerBase.h	2012-08-29 13:03:23 UTC (rev 6957)
@@ -853,10 +853,6 @@
     ///   <li>If the command is of type MgUnLockFeatures, the property
     ///     type is MgPropertyType::Int32, and its value is the number of
     ///     features unlocked.</li>
-    ///   <li>For any of the above commands, if the property type is 
-    ///     MgPropertyType::String, it indicates an exception had occurred
-    ///     for that particular command, and its value is the exception message.
-    ///     This only applies when the operation is not using a transaction</li>
     /// </ul>
     ///
     /// \exception MgFeatureServiceException



More information about the mapguide-commits mailing list