[asp.net] Implemented the 4.0 type, FileLevelMasterPageControlBuilder
[mono.git] / mcs / class / System.Web / System.Web.UI / XhtmlTextWriter.cs
index 5b2d56b7a1370225e85eb4745e9fe4ef5115ffbe..883d887c476ba5ca5af5b5ad4a3be76cac30933b 100644 (file)
@@ -6,7 +6,7 @@
 //
 
 //
-// Copyright (C) 2006 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2006-2010 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.IO;
 using System.Collections;
 
-namespace System.Web.UI {
-
+namespace System.Web.UI 
+{
        public class XhtmlTextWriter : HtmlTextWriter
        {
                static Hashtable default_common_attrs;
@@ -264,5 +262,3 @@ namespace System.Web.UI {
                }
        }
 }
-
-#endif