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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Sep 14 23:47:33 PDT 2021


Author: christinebao
Date: 2021-09-14 23:47:32 -0700 (Tue, 14 Sep 2021)
New Revision: 9870

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

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



More information about the mapguide-commits mailing list