Răsfoiți Sursa

mangle the interface method names when compiling for TARGET_JVM

svn path=/trunk/mcs/; revision=44024
Andrew Skiba 20 ani în urmă
părinte
comite
09d343e8d3

+ 5 - 0
mcs/class/System.XML/System.Xml/ChangeLog

@@ -1,3 +1,8 @@
+2005-05-04  Andrew Skiba <[email protected]>
+
+	* IXmlNamespaceResolver.cs : mangle the interface method names when
+	compiling for TARGET_JVM
+	
 2005-03-30  Atsushi Enomoto <[email protected]>
 
 	* XmlUrlResolver.cs : just return connected Stream instead of fully

+ 3 - 0
mcs/class/System.XML/System.Xml/IXmlNamespaceResolver.cs

@@ -36,6 +36,9 @@ namespace System.Xml
 #if NET_2_0
 	public interface IXmlNamespaceResolver
 #else
+#if TARGET_JVM
+	[vmw.ChangeInterfaceMethodNames]
+#endif
 	internal interface IXmlNamespaceResolver
 #endif
 	{