[mapguide-commits] r7668 - in branches/2.4/MgDev: Oem/SWIGEx/Lib/csharp Web/src/DotNetUnmanagedApi/Foundation Web/src/DotNetUnmanagedApi/Foundation/FoundationCustom Web/src/MapGuideApi
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Jul 8 02:16:56 PDT 2013
Author: jng
Date: 2013-07-08 02:16:56 -0700 (Mon, 08 Jul 2013)
New Revision: 7668
Added:
branches/2.4/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationCustom/MgResourceTagNotFoundException
Modified:
branches/2.4/MgDev/Oem/SWIGEx/Lib/csharp/csharphead.swg
branches/2.4/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationApiGen.xml
branches/2.4/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml
Log:
#2315, #2316: Merge r7658 and r7666 to 2.4 branch
Modified: branches/2.4/MgDev/Oem/SWIGEx/Lib/csharp/csharphead.swg
===================================================================
--- branches/2.4/MgDev/Oem/SWIGEx/Lib/csharp/csharphead.swg 2013-07-08 09:03:52 UTC (rev 7667)
+++ branches/2.4/MgDev/Oem/SWIGEx/Lib/csharp/csharphead.swg 2013-07-08 09:16:56 UTC (rev 7668)
@@ -81,7 +81,7 @@
}
}
if (type == null)
- exception = new Exception();
+ exception = new Exception("Exception (" + className + ") was thrown. No .net type could be found for this exception type");
else
exception = Activator.CreateInstance(type, parameters);
}
Modified: branches/2.4/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationApiGen.xml
===================================================================
--- branches/2.4/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationApiGen.xml 2013-07-08 09:03:52 UTC (rev 7667)
+++ branches/2.4/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationApiGen.xml 2013-07-08 09:16:56 UTC (rev 7668)
@@ -147,6 +147,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: branches/2.4/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationCustom/MgResourceTagNotFoundException
===================================================================
--- branches/2.4/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationCustom/MgResourceTagNotFoundException (rev 0)
+++ branches/2.4/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationCustom/MgResourceTagNotFoundException 2013-07-08 09:16:56 UTC (rev 7668)
@@ -0,0 +1 @@
+DESERIALIZATION
Modified: branches/2.4/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml
===================================================================
--- branches/2.4/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml 2013-07-08 09:03:52 UTC (rev 7667)
+++ branches/2.4/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml 2013-07-08 09:16:56 UTC (rev 7668)
@@ -156,6 +156,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