Selaa lähdekoodia

2004-06-11 Atsushi Enomoto <[email protected]>

	* IHasXmlParserContext.cs, IHasXmlSchemaInfo.cs : internal.

svn path=/trunk/mcs/; revision=29267
Atsushi Eno 21 vuotta sitten
vanhempi
sitoutus
8bcfd7518d

+ 4 - 0
mcs/class/System.XML/Mono.Xml/ChangeLog

@@ -1,3 +1,7 @@
+2004-06-11  Atsushi Enomoto <[email protected]>
+
+	* IHasXmlParserContext.cs, IHasXmlSchemaInfo.cs : internal.
+
 2004-06-10  Atsushi Enomoto <[email protected]>
 
 	* XmlNodeWriter.cs : it's internal.

+ 1 - 1
mcs/class/System.XML/Mono.Xml/IHasXmlParserContext.cs

@@ -12,7 +12,7 @@ using System.Xml;
 
 namespace Mono.Xml
 {
-	public interface IHasXmlParserContext
+	internal interface IHasXmlParserContext
 	{
 		XmlParserContext ParserContext { get; }
 	}

+ 1 - 1
mcs/class/System.XML/Mono.Xml/IHasXmlSchemaInfo.cs

@@ -12,7 +12,7 @@ using System.Xml;
 
 namespace Mono.Xml
 {
-	public interface IHasXmlSchemaInfo
+	internal interface IHasXmlSchemaInfo
 	{
 		object SchemaType { get; }
 	}