[asp.net] HtmlForum.Name rendering updates + test updates
[mono.git] / mcs / class / System.Web / System.Web.UI / NonVisualControlAttribute.cs
index ffc2a8491c9319a587c17962920cbb45b6e9f9dd..e5950e69cf9c85d431ca0ae74767b9586f33cd7f 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //     Lluis Sanchez Gual (lluis@novell.com)
 //
-// (C) 2005 Novell, Inc (http://www.novell.com)
+// (C) 2005-2010 Novell, Inc (http://www.novell.com)
 //
 
 //
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 
 namespace System.Web.UI
@@ -72,5 +70,3 @@ namespace System.Web.UI
                }
        }
 }
-
-#endif