[mapguide-commits] r7658 - in trunk/MgDev/Web/src: DotNetUnmanagedApi/Foundation DotNetUnmanagedApi/Foundation/FoundationCustom MapGuideApi

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jul 4 05:20:24 PDT 2013


Author: jng
Date: 2013-07-04 05:20:23 -0700 (Thu, 04 Jul 2013)
New Revision: 7658

Added:
   trunk/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationCustom/MgResourceTagNotFoundException
Modified:
   trunk/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationApiGen.xml
   trunk/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml
Log:
#2316: Expose MgResourceTagNotFoundException to wrapper APIs

Modified: trunk/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationApiGen.xml
===================================================================
--- trunk/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationApiGen.xml	2013-07-04 12:19:23 UTC (rev 7657)
+++ trunk/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationApiGen.xml	2013-07-04 12:20:23 UTC (rev 7658)
@@ -149,6 +149,7 @@
     <Header path="../../../../Common/Foundation/Exception/PlatformNotSupportedException.h" />
     <Header path="../../../../Common/Foundation/Exception/ResourcesException.h" />
     <Header path="../../../../Common/Foundation/Exception/ResourcesLoadFailedException.h" />
+    <Header path="../../../../Common/Foundation/Exception/ResourceTagNotFoundException.h" />
     <Header path="../../../../Common/Foundation/Exception/RuntimeException.h" />
     <Header path="../../../../Common/Foundation/Exception/TemporaryFileNotAvailableException.h" />
     <Header path="../../../../Common/Foundation/Exception/ThirdPartyException.h" />

Added: trunk/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationCustom/MgResourceTagNotFoundException
===================================================================
--- trunk/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationCustom/MgResourceTagNotFoundException	                        (rev 0)
+++ trunk/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationCustom/MgResourceTagNotFoundException	2013-07-04 12:20:23 UTC (rev 7658)
@@ -0,0 +1 @@
+DESERIALIZATION

Modified: trunk/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml
===================================================================
--- trunk/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml	2013-07-04 12:19:23 UTC (rev 7657)
+++ trunk/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml	2013-07-04 12:20:23 UTC (rev 7658)
@@ -158,6 +158,7 @@
     <Header path="../../../Common/Foundation/Exception/PlatformNotSupportedException.h" />
     <Header path="../../../Common/Foundation/Exception/ResourcesException.h" />
     <Header path="../../../Common/Foundation/Exception/ResourcesLoadFailedException.h" />
+    <Header path="../../../Common/Foundation/Exception/ResourceTagNotFoundException.h" />
     <Header path="../../../Common/Foundation/Exception/RuntimeException.h" />
     <Header path="../../../Common/Foundation/Exception/TemporaryFileNotAvailableException.h" />
     <Header path="../../../Common/Foundation/Exception/ThirdPartyException.h" />



More information about the mapguide-commits mailing list