* XPathNavigator.cs : oops, wrong #if ranges. svn path=/trunk/mcs/; revision=113498
@@ -1,3 +1,7 @@
+2008-09-19 Atsushi Enomoto <[email protected]>
+
+ * XPathNavigator.cs : oops, wrong #if ranges.
2008-09-19 Atsushi Enomoto <[email protected]>
* XPathNavigator.cs : made some 2.0-only methods available in 1.x
@@ -675,6 +675,7 @@ namespace System.Xml.XPath
} while (nav.MoveToNextNamespace (xpscope));
return table;
}
+#endif
#if NET_2_0
public
@@ -880,6 +881,7 @@ namespace System.Xml.XPath
} while (true);
+#if NET_2_0
public virtual XmlReader ReadSubtree ()
{
switch (NodeType) {