* XPathAtomicValue.cs : missed NET_2_0. svn path=/trunk/mcs/; revision=27888
@@ -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,
@@ -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