Protect everything in #if NET_2_0.
authorMartin Baulig <martin@novell.com>
Mon, 16 Aug 2004 15:32:01 +0000 (15:32 -0000)
committerMartin Baulig <martin@novell.com>
Mon, 16 Aug 2004 15:32:01 +0000 (15:32 -0000)
svn path=/trunk/mcs/; revision=32377

17 files changed:
mcs/class/Mono.C5/AssemblyInfo.cs
mcs/class/Mono.C5/Builder.cs
mcs/class/Mono.C5/Collections.cs
mcs/class/Mono.C5/Dictionaries.cs
mcs/class/Mono.C5/Interfaces.cs
mcs/class/Mono.C5/Wrappers.cs
mcs/class/Mono.C5/arrays/ArrayList.cs
mcs/class/Mono.C5/arrays/HashedArray.cs
mcs/class/Mono.C5/arrays/SortedArray.cs
mcs/class/Mono.C5/hashing/HashBag.cs
mcs/class/Mono.C5/hashing/HashDictionary.cs
mcs/class/Mono.C5/hashing/HashTable.cs
mcs/class/Mono.C5/heaps/IntervalHeap.cs
mcs/class/Mono.C5/linkedlists/HashedLinkedLIst.cs
mcs/class/Mono.C5/linkedlists/LinkedList.cs
mcs/class/Mono.C5/trees/RedBlackTree.cs
mcs/class/Mono.C5/trees/TreeDictionary.cs

index 941d35c3caadf3bfb8736c3850249621c510268d..3251a3108d3292348946011a3b5eebf5cb8f00e7 100644 (file)
@@ -74,6 +74,5 @@ using System.Runtime.CompilerServices;
 //   (*) Delay Signing is an advanced option - see the Microsoft .NET Framework\r
 //       documentation for more information on this.\r
 //\r
-//[assembly: AssemblyDelaySign(false)]\r
-//[assembly: AssemblyKeyFile("..\\..\\..\\c5.snk")]\r
-//[assembly: AssemblyKeyName("")]\r
+[assembly: AssemblyDelaySign (true)]\r
+[assembly: AssemblyKeyFile ("c5.pub")]\r
index 92b85f181291c9b842e28b03669991576daa2e03..50510acd20f2bb63c569549ee3d4b8f3013d1c7c 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -342,3 +343,4 @@ namespace C5.HasherBuilder
     }\r
 #endif\r
 }\r
+#endif\r
index 5344bb1324b3dd1cb02bb9c23e7c40c7f0cd79b8..55954eba18dfa936a89ee90d1664c36bc5a12386 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -1341,4 +1342,5 @@ namespace C5
        }\r
 \r
        #endregion\r
-}
\ No newline at end of file
+}\r
+#endif\r
index f30b0db0bd73e640e2eefffea0cb61b6d5635e6d..6d6d4983daaafeff448495a8fa48b4150663bcd5 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -466,4 +467,5 @@ namespace C5
 \r
                #endregion\r
        }\r
-}
\ No newline at end of file
+}\r
+#endif\r
index 68d6db86b09c43a4dc733327f5fa67ff782d3b12..c999dc21d7dd59ad8c66ca2f47c6645e264bfd55 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -1373,4 +1374,5 @@ namespace C5
                /// <returns>True if equal</returns>\r
                bool Equals(T i1, T i2);\r
        }\r
-}
\ No newline at end of file
+}\r
+#endif\r
index be8c91c9bbbfe7f1fadc5f0a5bb32480de59ea7e..de1a11f51d1ac7ad54844daa40cf459b90dae474 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -1576,4 +1577,5 @@ namespace C5
                #endregion\r
        }\r
 \r
-}
\ No newline at end of file
+}\r
+#endif\r
index c2bcb7bf03d4469d4a16c7c8abfce60269024229..cc7a050ce6e465ff017205435f0262bccbb66077 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -1293,4 +1294,5 @@ namespace C5
 \r
         #endregion\r
     }\r
-}
\ No newline at end of file
+}\r
+#endif\r
index 585504810c62ba7fd3661ce967d75f53e60eb651..c5538d994620e109e6d2d517ab9dea2cf819c89a 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -633,4 +634,5 @@ namespace C5
 \r
                #endregion\r
        }\r
-}
\ No newline at end of file
+}\r
+#endif\r
index a0b54c66d4339b94e038a12b6de0811888d48a62..77478fbf78ba8e5e09d8340ca825fd6514950c76 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -1227,4 +1228,5 @@ namespace C5
 \r
                #endregion\r
        }\r
-}
\ No newline at end of file
+}\r
+#endif\r
index 35ac9c6cae092284e7c25464bdc5e97827b6269c..080da67c3259ec6d6d15828ef64b9f766c98d040 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -490,3 +491,4 @@ namespace C5
                #endregion\r
        }\r
 }\r
+#endif\r
index c2ea61ebf1693045b99640f4b5783f6f923bdfc4..325aee15cfbb11ce97ccda861542a58a495d1fba 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -67,4 +68,5 @@ namespace C5
                        pairs = new HashSet<KeyValuePair<K,V>>(capacity, fill, kvph);\r
                }\r
        }\r
-}
\ No newline at end of file
+}\r
+#endif\r
index c18450a6493d3db71d155e92d19d05795416c21c..bc734d9de13b6ec59abdfd17977afb2987bc18f8 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -1437,4 +1438,5 @@ namespace C5
 \r
                #endregion\r
        }\r
-}
\ No newline at end of file
+}\r
+#endif\r
index 2a1cabe05c019a8f77d1f44959cfa72d9b8f498b..2ad55893721014bf39f22ef4d338a110d05d126a 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -565,4 +566,5 @@ namespace C5
 \r
                #endregion\r
        }\r
-}
\ No newline at end of file
+}\r
+#endif\r
index 6114ebe8d95e4ecc18ebc91a791163b02aeb5ee2..dab32392680ec0b81f10024dcb09e567e011ad33 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -1086,4 +1087,5 @@ namespace C5
                }\r
                #endregion\r
        }\r
-}
\ No newline at end of file
+}\r
+#endif\r
index f18857819aa95873b9031b59c14188eb4417cb40..62fe5ad801ef70042633f495b908f688a7db4d4a 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -2657,4 +2658,5 @@ namespace C5
 \r
                #endregion      \r
        }\r
-}
\ No newline at end of file
+}\r
+#endif\r
index 806a4f325c31da259036f0cd310160c7232deb72..f7fac07c9e8d0337d53c9b0922778e00e7955b50 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -4293,3 +4294,4 @@ namespace C5
        }\r
 }\r
 \r
+#endif\r
index aecd51af736816310faf14262079dd9042b1ee25..6194c20a44d1e9f32ba50bbeb2a98781e040bd52 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -131,4 +132,5 @@ namespace C5
                        return res;\r
                }\r
        }\r
-}
\ No newline at end of file
+}\r
+#endif\r