surround files with if NET_2_0 until they are checked with net_1_1
authorAndrew Skiba <andrews@mono-cvs.ximian.com>
Sun, 21 May 2006 15:48:01 +0000 (15:48 -0000)
committerAndrew Skiba <andrews@mono-cvs.ximian.com>
Sun, 21 May 2006 15:48:01 +0000 (15:48 -0000)
svn path=/trunk/mcs/; revision=60928

mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Helper.cs
mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyHandler.cs
mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyHost.cs

index bfa46695bc09bc97520a50e671a70ce23060ddc9..5db7a82bfadecc7c2ae0ce0221eec2ad15849633 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 using System;\r
 using System.Collections;\r
 using System.Text;\r
@@ -191,3 +192,4 @@ namespace NunitWeb
                }\r
        }\r
 }\r
+#endif\r
index 0153101b38978bbd98c934210550dd370d6f0aa5..1886236a9998b8bd4c75d58984112f10e26ee93f 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 using System;\r
 using System.Web;\r
 \r
@@ -16,3 +17,4 @@ namespace NunitWeb
                }\r
        }\r
 }\r
+#endif\r
index 6328323b198d5395fd2bb08f869dd267fe590138..d0bcb819bec293a342e0dd18f2dfd2219968d4ff 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0\r
 using System;\r
 using System.Text;\r
 using System.Web;\r
@@ -91,3 +92,4 @@ namespace NunitWeb
                }\r
        }\r
 }\r
+#endif\r