2
0
Эх сурвалжийг харах

2004-05-22 Atsushi Enomoto <[email protected]>

	* XPathAtomicValue.cs : missed NET_2_0.

svn path=/trunk/mcs/; revision=27888
Atsushi Eno 21 жил өмнө
parent
commit
8c53a3828d

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

@@ -1,3 +1,7 @@
+2004-05-22  Atsushi Enomoto  <[email protected]>
+
+	* XPathAtomicValue.cs : missed NET_2_0.
+
 2004-05-22  Atsushi Enomoto  <[email protected]>
 
 	* IXPathChangeNavigable.cs,

+ 5 - 0
mcs/class/System.XML/System.Xml.XPath/XPathAtomicValue.cs

@@ -6,6 +6,9 @@
 //
 // (C)2004 Novell Inc.
 //
+
+#if NET_2_0
+
 using System.Collections;
 using System.Xml;
 using System.Xml.Schema;
@@ -164,3 +167,5 @@ namespace System.Xml.XPath
 		#endregion
 	}
 }
+
+#endif