Author: andrews
Date: 2006-05-21 11:48:01 -0400 (Sun, 21 May 2006)
New Revision: 60928

Modified:
   trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Helper.cs
   trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyHandler.cs
   trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyHost.cs
Log:
surround files with if NET_2_0 until they are checked with net_1_1


Modified: trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Helper.cs
===================================================================
--- trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Helper.cs        
2006-05-21 14:43:09 UTC (rev 60927)
+++ trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Helper.cs        
2006-05-21 15:48:01 UTC (rev 60928)
@@ -1,3 +1,4 @@
+#if NET_2_0
 using System;
 using System.Collections;
 using System.Text;
@@ -191,3 +192,4 @@
                }
        }
 }
+#endif

Modified: 
trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyHandler.cs
===================================================================
--- trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyHandler.cs     
2006-05-21 14:43:09 UTC (rev 60927)
+++ trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyHandler.cs     
2006-05-21 15:48:01 UTC (rev 60928)
@@ -1,3 +1,4 @@
+#if NET_2_0
 using System;
 using System.Web;
 
@@ -16,3 +17,4 @@
                }
        }
 }
+#endif

Modified: trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyHost.cs
===================================================================
--- trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyHost.cs        
2006-05-21 14:43:09 UTC (rev 60927)
+++ trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyHost.cs        
2006-05-21 15:48:01 UTC (rev 60928)
@@ -1,3 +1,4 @@
+#if NET_2_0
 using System;
 using System.Text;
 using System.Web;
@@ -91,3 +92,4 @@
                }
        }
 }
+#endif

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to