Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / System.Web / System.Web.UI / PageThemeBuilder.cs
index 0578c5ff4298f5560a4a623c98257acf417aa403..508e0762d72e73a22dea159bee3cec597bf56688 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //   Chris Toshok (toshok@ximian.com)
 //
-// (C) 2006 Novell, Inc (http://www.novell.com)
+// (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
-
-namespace System.Web.UI {
-
+namespace System.Web.UI 
+{
        internal class PageThemeBuilder : UserControlControlBuilder
        {
                public override void AppendLiteralString (string s)
@@ -39,4 +37,3 @@ namespace System.Web.UI {
        }
 
 }
-#endif