Просмотр исходного кода

2004-08-30 Atsushi Enomoto <[email protected]>

	* XmlSchemaType.cs : quick build fix.

svn path=/trunk/mcs/; revision=33012
Atsushi Eno 21 лет назад
Родитель
Сommit
da424bb0a7

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

@@ -1,3 +1,7 @@
+2004-08-30  Atsushi Enomoto <[email protected]>
+
+	* XmlSchemaType.cs : quick build fix.
+
 2004-08-30  Atsushi Enomoto <[email protected]>
 
 	* XmlSchemaDatatype.cs : Removed FromName(localName) that cannot

+ 2 - 0
mcs/class/System.XML/System.Xml.Schema/XmlSchemaType.cs

@@ -157,6 +157,7 @@ namespace System.Xml.Schema
 #endif
 		#endregion
 
+#if NET_2_0
 		internal static XmlSchemaType GetBuiltInType (XmlQualifiedName qualifiedName)
 		{
 			XmlSchemaType t = GetBuiltInSimpleType (qualifiedName);
@@ -171,6 +172,7 @@ namespace System.Xml.Schema
 				return XmlSchemaComplexType.AnyType;
 			return GetBuiltInSimpleType (typecode);
 		}
+#endif
 
 #if NET_2_0
 		public static XmlSchemaComplexType GetBuiltInComplexType (XmlQualifiedName qualifiedName)