Procházet zdrojové kódy

2008-09-19 Atsushi Enomoto <[email protected]>

	* XPathNavigator.cs : oops, wrong #if ranges.


svn path=/trunk/mcs/; revision=113498
Atsushi Eno před 17 roky
rodič
revize
bf8280aac5

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

@@ -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

+ 2 - 0
mcs/class/System.XML/System.Xml.XPath/XPathNavigator.cs

@@ -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) {