From d6003e95d68f06327b41e4c59b5333d81629f64a Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Wed, 14 Dec 2005 16:02:29 +0000 Subject: 2005-12-14 Atsushi Enomoto * XPathNavigatorReader.cs : oh, so it used to compile under 1.x. svn path=/trunk/mcs/; revision=54365 --- mcs/class/System.XML/Mono.Xml.XPath/ChangeLog | 4 ++++ mcs/class/System.XML/Mono.Xml.XPath/XPathNavigatorReader.cs | 2 ++ 2 files changed, 6 insertions(+) (limited to 'mcs/class/System.XML') diff --git a/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog b/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog index 35fcc865ea5..2e038e25d5a 100644 --- a/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog +++ b/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog @@ -1,3 +1,7 @@ +2005-12-14 Atsushi Enomoto + + * XPathNavigatorReader.cs : oh, so it used to compile under 1.x. + 2005-12-14 Atsushi Enomoto * XPathNavigatorReader.cs : several fixes. diff --git a/mcs/class/System.XML/Mono.Xml.XPath/XPathNavigatorReader.cs b/mcs/class/System.XML/Mono.Xml.XPath/XPathNavigatorReader.cs index 273f3cb18a8..195ed83361f 100644 --- a/mcs/class/System.XML/Mono.Xml.XPath/XPathNavigatorReader.cs +++ b/mcs/class/System.XML/Mono.Xml.XPath/XPathNavigatorReader.cs @@ -27,6 +27,7 @@ // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // +#if NET_2_0 using System; using System.Text; @@ -754,3 +755,4 @@ namespace Mono.Xml.XPath } } +#endif -- cgit v1.2.3