[System.Web] Public event handlers from reference source
[mono.git] / mcs / class / System.Web / System.Web.UI / VerificationReportLevel.cs
index 74d9553d9ccb64faea1b039212d1d6ffaf7a33c9..5ca97a07b3fd7c78259fa82ac02e2fdbe3035cb8 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //     Sanjay Gupta (gsanjay@novell.com)
 //
-// Copyright (C) 2004 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
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-namespace System.Web.UI {
-       public enum VerificationReportLevel {
+namespace System.Web.UI 
+{
+       public enum VerificationReportLevel 
+       {
                Error = 0,
                Warning = 1,
                Guideline = 2
        } 
 }
-#endif