X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web%2FApplicationShutdownReason.cs;h=e01cd41af44b9cc0cc190774d498d500d009e287;hb=ac32aa114ab7cca67498ae8da30188bbbd8923f0;hp=758af2984969ad2da4b3fef547cbd92fc5502835;hpb=07ec1253c277856bdbb74213e2defc8ed23cf8e3;p=mono.git diff --git a/mcs/class/System.Web/System.Web/ApplicationShutdownReason.cs b/mcs/class/System.Web/System.Web/ApplicationShutdownReason.cs index 758af298496..e01cd41af44 100644 --- a/mcs/class/System.Web/System.Web/ApplicationShutdownReason.cs +++ b/mcs/class/System.Web/System.Web/ApplicationShutdownReason.cs @@ -4,6 +4,8 @@ // Authors: // Duncan Mak (duncan@ximian.com) // +// Copyright (C) 2004-2009 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 // "Software"), to deal in the Software without restriction, including @@ -23,10 +25,8 @@ // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -// Copyright (C) 2004 Novell, Inc (http://www.novell.com) // -#if NET_2_0 namespace System.Web { public enum ApplicationShutdownReason @@ -46,7 +46,8 @@ namespace System.Web HttpRuntimeClose = 12, InitializationError = 13, MaxRecompilationsReached = 14 + , BuildManagerChange = 15 } } -#endif +