2003-12-08 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Mon, 8 Dec 2003 19:47:45 +0000 (19:47 -0000)
committerMartin Baulig <martin@novell.com>
Mon, 8 Dec 2003 19:47:45 +0000 (19:47 -0000)
* *.cs: require GENERICS.

svn path=/trunk/mcs/; revision=20894

mcs/class/corlib/System.Collections.Generic/ChangeLog
mcs/class/corlib/System.Collections.Generic/ICollection.cs
mcs/class/corlib/System.Collections.Generic/IComparable.cs
mcs/class/corlib/System.Collections.Generic/IComparer.cs
mcs/class/corlib/System.Collections.Generic/IDictionary.cs
mcs/class/corlib/System.Collections.Generic/IEnumerable.cs
mcs/class/corlib/System.Collections.Generic/IEnumerator.cs
mcs/class/corlib/System.Collections.Generic/IKeyComparer.cs
mcs/class/corlib/System.Collections.Generic/IList.cs
mcs/class/corlib/System.Collections.Generic/KeyValuePair.cs

index 72d085cc3fcf6d5a717ae16dd2d6ca56303b9f79..64d2ab72aae61170df7ef9d3755c9b0c97abb330 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-08  Martin Baulig  <martin@ximian.com>
+
+       * *.cs: require GENERICS.
+
 2003-11-08 Ben Maurer  <bmaurer@users.sourceforge.net>
 
        * *.cs: require NET_1_2 and GENERICS
index 4739c35adb7e0097b19e9e19624782bcc16d861d..84907a854562c3099260054351f25e652826bbc3 100644 (file)
@@ -8,7 +8,7 @@
 // (C) 2003 Novell, Inc.
 //
 
-#if NET_1_2
+#if GENERICS
 using System;
 using System.Runtime.InteropServices;
 
index 5d0215ee8dc984bb5a28ea0176c9911ae15f5339..c4c3bcb22edd1d532544c9f6f58ab101feda0960 100644 (file)
@@ -7,7 +7,7 @@
 // (C) 2003 Ben Maurer
 //
 
-#if NET_1_2
+#if GENERICS
 using System;
 using System.Runtime.InteropServices;
 
index bf6fdccea37b4d294c08941e0a3a10927fd23558..dce7beb5298cdb68c72959a814db4a375788ddf2 100644 (file)
@@ -7,7 +7,7 @@
 // (C) 2003 Ben Maurer
 //
 
-#if NET_1_2
+#if GENERICS
 using System;
 using System.Runtime.InteropServices;
 
index 37311052d1413b5519e7ea7853ce103b44e67791..d44b3426ac76a70dbfe2e01ecb1d84edac07806b 100644 (file)
@@ -7,7 +7,7 @@
 // (C) 2003 Ben Maurer
 //
 
-#if GENERICS && NET_1_2
+#if GENERICS
 using System;
 using System.Runtime.InteropServices;
 
@@ -26,4 +26,4 @@ namespace System.Collections.Generic {
                ICollection<KeyValuePair<K,V>> Values { get; }
        }
 }
-#endif
\ No newline at end of file
+#endif
index d5a2d4b6e9395a1245474061a459793f01031b3f..de13b7cd5ca9cbb837076a5eb5039ec60572f789 100644 (file)
@@ -8,7 +8,7 @@
 // (C) 2003 Novell, Inc.
 //
 
-#if NET_1_2
+#if GENERICS
 using System;
 using System.Runtime.InteropServices;
 
index 76248692cce476e7bb9c5537e8d38dabd67b1d1b..acec6e6a0d8374f7cc2e80af9cfb5ea29c3dc964 100644 (file)
@@ -8,7 +8,7 @@
 // (C) 2003 Novell, Inc.
 //
 
-#if NET_1_2
+#if GENERICS
 using System;
 using System.Runtime.InteropServices;
 
index 745b81c5e5017a4d50f466dd07fde19198908561..68381fb4c934a1ceffee962f11226fa11244d84f 100644 (file)
@@ -7,7 +7,7 @@
 // (C) 2003 Ben Maurer
 //
 
-#if NET_1_2
+#if GENERICS
 using System;
 using System.Runtime.InteropServices;
 
index c1355064add4b75c9698f2b64380c09cce24ccd4..b4ef62e455bc46b89fc829dbb7fbd54b5d976bc1 100644 (file)
@@ -8,7 +8,7 @@
 // (C) 2003 Novell, Inc.
 //
 
-#if NET_1_2
+#if GENERICS
 using System;
 using System.Runtime.InteropServices;
 
index 8666a1478d3b3f2c29d174afcc76d6d9685f17b6..92470ebe1903110c9d0c8cd19a9769fb33536fd2 100644 (file)
@@ -7,7 +7,7 @@
 // (C) 2003 Ben Maurer
 //
 
-#if NET_1_2
+#if GENERICS
 using System;
 using System.Runtime.InteropServices;