X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FVerificationReportLevel.cs;h=5ca97a07b3fd7c78259fa82ac02e2fdbe3035cb8;hb=272033f2e2852eb44827769b2a993390d453cc56;hp=74d9553d9ccb64faea1b039212d1d6ffaf7a33c9;hpb=b2262f41726a89c8209facb3ea9e4be9582422b5;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/VerificationReportLevel.cs b/mcs/class/System.Web/System.Web.UI/VerificationReportLevel.cs index 74d9553d9cc..5ca97a07b3f 100644 --- a/mcs/class/System.Web/System.Web.UI/VerificationReportLevel.cs +++ b/mcs/class/System.Web/System.Web.UI/VerificationReportLevel.cs @@ -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 @@ -27,13 +27,13 @@ // 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