[mapguide-commits] r10037 - trunk/MgDev/Web/src/HttpHandler

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Mar 24 09:14:46 PDT 2023


Author: jng
Date: 2023-03-24 09:14:45 -0700 (Fri, 24 Mar 2023)
New Revision: 10037

Modified:
   trunk/MgDev/Web/src/HttpHandler/HttpRequestParam.h
Log:
Some updated commentary

Modified: trunk/MgDev/Web/src/HttpHandler/HttpRequestParam.h
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpRequestParam.h	2023-03-24 16:09:04 UTC (rev 10036)
+++ trunk/MgDev/Web/src/HttpHandler/HttpRequestParam.h	2023-03-24 16:14:45 UTC (rev 10037)
@@ -160,7 +160,9 @@
         /// Retrieve the list of all parameters.
         /// </summary>
         /// <returns>
-        /// A string property collection containing all parameters.
+        /// A string property collection containing all parameters. Unlike most other methods returning
+        /// pointers to Mg* objects, this returned pointer is not AddRef()d beforehand so it can be directly chained
+        /// after with -> without needing to store the result in an intermediate Ptr<> first to avoid leaking
         /// </returns>
         MgStringPropertyCollection* GetParameters();
 



More information about the mapguide-commits mailing list