Author: andrews
Date: 2005-05-04 09:35:32 -0400 (Wed, 04 May 2005)
New Revision: 44024

Modified:
   trunk/mcs/class/System.XML/System.Xml/ChangeLog
   trunk/mcs/class/System.XML/System.Xml/IXmlNamespaceResolver.cs
Log:
mangle the interface method names when compiling for TARGET_JVM

Modified: trunk/mcs/class/System.XML/System.Xml/ChangeLog
===================================================================
--- trunk/mcs/class/System.XML/System.Xml/ChangeLog     2005-05-04 12:33:09 UTC 
(rev 44023)
+++ trunk/mcs/class/System.XML/System.Xml/ChangeLog     2005-05-04 13:35:32 UTC 
(rev 44024)
@@ -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

Modified: trunk/mcs/class/System.XML/System.Xml/IXmlNamespaceResolver.cs
===================================================================
--- trunk/mcs/class/System.XML/System.Xml/IXmlNamespaceResolver.cs      
2005-05-04 12:33:09 UTC (rev 44023)
+++ trunk/mcs/class/System.XML/System.Xml/IXmlNamespaceResolver.cs      
2005-05-04 13:35:32 UTC (rev 44024)
@@ -36,6 +36,9 @@
 #if NET_2_0
        public interface IXmlNamespaceResolver
 #else
+#if TARGET_JVM
+       [vmw.ChangeInterfaceMethodNames]
+#endif
        internal interface IXmlNamespaceResolver
 #endif
        {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to