[mapguide-commits] r4209 - trunk/MgDev/Web/src/DotNetUnmanagedApi/PlatformBase

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Sep 8 00:54:19 EDT 2009


Author: leaf
Date: 2009-09-08 00:54:19 -0400 (Tue, 08 Sep 2009)
New Revision: 4209

Modified:
   trunk/MgDev/Web/src/DotNetUnmanagedApi/PlatformBase/PlatformBaseConstants.xml
Log:
Ticket #1027: Implement RFC 68 - Refactoring Web .NET API into Common DLLs
Three classes MgUser, MgGroup and MgRole are missed in files PlatformBaseConstants.xml. So it will result in SWIG will not create .NET wrapper for those three classes. I fixed it in this submission.

Modified: trunk/MgDev/Web/src/DotNetUnmanagedApi/PlatformBase/PlatformBaseConstants.xml
===================================================================
--- trunk/MgDev/Web/src/DotNetUnmanagedApi/PlatformBase/PlatformBaseConstants.xml	2009-08-31 17:08:21 UTC (rev 4208)
+++ trunk/MgDev/Web/src/DotNetUnmanagedApi/PlatformBase/PlatformBaseConstants.xml	2009-09-08 04:54:19 UTC (rev 4209)
@@ -62,6 +62,9 @@
 <Package>org.osgeo.mapguide</Package>
 
 <Classes>
+  <Class name="MgUser" />
+  <Class name="MgGroup" />
+  <Class name="MgRole" />
   <Class name="MgRepositoryType" />
   <Class name="MgServiceType" />
   <Class name="MgResourceType" />



More information about the mapguide-commits mailing list