Skip to content

Commit

Permalink
2005-12-14 Atsushi Enomoto <atsushi@ximian.com>
Browse files Browse the repository at this point in the history
	* XPathNavigatorReader.cs : oh, so it used to compile under 1.x.


svn path=/trunk/mcs/; revision=54365
  • Loading branch information
atsushieno committed Dec 14, 2005
1 parent d4caf71 commit d6003e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mcs/class/System.XML/Mono.Xml.XPath/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-12-14 Atsushi Enomoto <atsushi@ximian.com>

* XPathNavigatorReader.cs : oh, so it used to compile under 1.x.

2005-12-14 Atsushi Enomoto <atsushi@ximian.com>

* XPathNavigatorReader.cs : several fixes.
Expand Down
2 changes: 2 additions & 0 deletions mcs/class/System.XML/Mono.Xml.XPath/XPathNavigatorReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -754,3 +755,4 @@ public override bool ReadAttributeValue () {
}
}

#endif

0 comments on commit d6003e9

Please sign in to comment.