Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2004-03-04 04:41:42 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-03-04 04:41:42 +0300
commitec28000d24d4fcc3b74cfc7b9639150b3b943424 (patch)
tree843bf043dabe79f31a33bbd0b5d732f128a9282b /mcs
parentb51c56bb0db1a280b49c97317d5b960fef25e4e1 (diff)
2004-03-03 Atsushi Enomoto <atsushi@ximian.com>
* System.Data.dll.sources : added Index.cs. svn path=/trunk/mcs/; revision=23673
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System.Data/ChangeLog4
-rwxr-xr-xmcs/class/System.Data/System.Data.dll.sources1
2 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.Data/ChangeLog b/mcs/class/System.Data/ChangeLog
index 17f4238745d..24c79b0c392 100644
--- a/mcs/class/System.Data/ChangeLog
+++ b/mcs/class/System.Data/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-03 Atsushi Enomoto <atsushi@ximian.com>
+
+ * System.Data.dll.sources : added Index.cs.
+
2004-01-21 Atsushi Enomoto <atsushi@ximian.com>
* System.Data_test.dll.sources : Added TypedDataSetGeneratorTest.cs.
diff --git a/mcs/class/System.Data/System.Data.dll.sources b/mcs/class/System.Data/System.Data.dll.sources
index 74a8a603597..91fb7e63d6a 100755
--- a/mcs/class/System.Data/System.Data.dll.sources
+++ b/mcs/class/System.Data/System.Data.dll.sources
@@ -70,6 +70,7 @@ System.Data/IDbDataParameter.cs
System.Data/IDbExecutionContext.cs
System.Data/IDbTransaction.cs
System.Data/IGetTypedData.cs
+System.Data/Index.cs
System.Data/InRowChangingEventException.cs
System.Data/InternalDataCollectionBase.cs
System.Data/InvalidConstraintException.cs