X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FConflictOptions.cs;h=448054872e3407a17e9625583601c3a9b3aa82b4;hb=f0d2ee46f839cc3cebcdaa674b3a31d9a3e22863;hp=e4e868fb8b543c74845f8c8133fe8c06e011a118;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/ConflictOptions.cs b/mcs/class/System.Web/System.Web.UI/ConflictOptions.cs index e4e868fb8b5..448054872e3 100644 --- a/mcs/class/System.Web/System.Web.UI/ConflictOptions.cs +++ b/mcs/class/System.Web/System.Web.UI/ConflictOptions.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 // a copy of this software and associated documentation files (the @@ -26,12 +26,10 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 namespace System.Web.UI { public enum ConflictOptions { OverwriteChanges = 0, - CompareAllValues = 1 + CompareAllValues = 1 } } -#endif