Skip to content

Commit

Permalink
2005-11-30 Konstantin Triger <kostat@mainsoft.com>
Browse files Browse the repository at this point in the history
        * jay.bat: quoting passes

svn path=/trunk/mcs/; revision=53790
  • Loading branch information
migueldeicaza committed Dec 1, 2005
1 parent 3fcda76 commit 192c5ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions mcs/class/System.Data/System.Data/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-12-01 Miguel de Icaza <miguel@novell.com>

* DataSet.cs: Apply patch from Robert Jordan, to fix #76817

2005-11-26 Konstantin Triger <kostat@mainsoft.com>

* ConflictOption.cs: TARGET_JVM include.
Expand Down
4 changes: 2 additions & 2 deletions mcs/class/System.Data/System.Data/DataSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,12 @@ public DataRelationCollection Relations {
public override ISite Site {
[MonoTODO]
get {
throw new NotImplementedException ();
return base.Site;
}

[MonoTODO]
set {
throw new NotImplementedException ();
base.Site = value;
}
}

Expand Down

0 comments on commit 192c5ee

Please sign in to comment.