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=603651effc60d680d74dd7a24d8ba6984eeb7bbd;hpb=6cfd2055426c190ca2f6a9f8ca3af2da6f6a79d0;p=mono.git diff --git a/mcs/class/System.Web/System.Web/ApplicationShutdownReason.cs b/mcs/class/System.Web/System.Web/ApplicationShutdownReason.cs index 603651effc6..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,13 +25,10 @@ // 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 { - [Serializable] public enum ApplicationShutdownReason { None = 0, @@ -47,6 +46,8 @@ namespace System.Web HttpRuntimeClose = 12, InitializationError = 13, MaxRecompilationsReached = 14 + , BuildManagerChange = 15 } } -#endif + +