[mapguide-commits] r6956 - branches/2.4/MgDev/Common/PlatformBase/MapLayer
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Wed Aug 29 06:00:23 PDT 2012
Author: jng
Date: 2012-08-29 06:00:22 -0700 (Wed, 29 Aug 2012)
New Revision: 6956
Modified:
branches/2.4/MgDev/Common/PlatformBase/MapLayer/LayerBase.h
Log:
#2097, #649: MgLayerBase::UpdateFeatures is a convenience form of calling into MgFeatureService::UpdateFeatures, so its documented behaviour needs to be updated as well.
Modified: branches/2.4/MgDev/Common/PlatformBase/MapLayer/LayerBase.h
===================================================================
--- branches/2.4/MgDev/Common/PlatformBase/MapLayer/LayerBase.h 2012-08-29 12:28:00 UTC (rev 6955)
+++ branches/2.4/MgDev/Common/PlatformBase/MapLayer/LayerBase.h 2012-08-29 13:00:22 UTC (rev 6956)
@@ -853,6 +853,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
More information about the mapguide-commits
mailing list