Fix for running against RabbitMQ 2.2
[mono.git] / mcs / class / System.Web / System.Web.UI / IStyleSheet.cs
index b14ee83db9a0519a3250fa8cd9264d330e4aa26e..dc1256c959518040971981700387c3e6055a5ced 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //      Sanjay Gupta (gsanjay@novell.com)
 //
-// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-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
@@ -26,9 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-
-#if NET_2_0
-
 using System.Web.UI.WebControls;
 
 namespace System.Web.UI
@@ -39,5 +36,4 @@ namespace System.Web.UI
                void RegisterStyle (Style style, IUrlResolutionService urlResolver);
        }
 }
-#endif