[mapguide-commits] r9869 - sandbox/adsk/trunk/Common/PlatformBase/MapLayer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Sep 14 21:28:31 PDT 2021


Author: christinebao
Date: 2021-09-14 21:28:31 -0700 (Tue, 14 Sep 2021)
New Revision: 9869

Modified:
   sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerGroupOrder.h
Log:
Refine order function

Modified: sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerGroupOrder.h
===================================================================
--- sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerGroupOrder.h	2021-09-15 03:04:13 UTC (rev 9868)
+++ sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerGroupOrder.h	2021-09-15 04:28:31 UTC (rev 9869)
@@ -29,7 +29,7 @@
     //////////////////////////////////////////////////////////////////
     /// Set the order
     //
-    void SetDMOrder(INT32 order)
+    void SetDisplayOrder(INT32 order)
     {
         m_orderInGroup = order;
     }
@@ -37,7 +37,7 @@
     //////////////////////////////////////////////////////////////////
     /// Get the order
     //
-    INT32 GetDMOrder()
+    INT32 GetDisplayOrder()
     {
         return m_orderInGroup;
     }



More information about the mapguide-commits mailing list