X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FSystem.Drawing%2FSystem.Drawing.Imaging%2FImageFlags.cs;h=78a815da0509eed05cb931508484b2d8bd63a066;hb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;hp=bc00d1bd168fb91c81af4978a13961c3cf7b626e;hpb=f0097fdd0a8d3ae60c3b3b6672c771ee61173be1;p=mono.git diff --git a/mcs/class/System.Drawing/System.Drawing.Imaging/ImageFlags.cs b/mcs/class/System.Drawing/System.Drawing.Imaging/ImageFlags.cs index bc00d1bd168..78a815da050 100644 --- a/mcs/class/System.Drawing/System.Drawing.Imaging/ImageFlags.cs +++ b/mcs/class/System.Drawing/System.Drawing.Imaging/ImageFlags.cs @@ -1,11 +1,9 @@ // // System.Drawing.Imaging.ImageFlags.cs // -// (C) 2002 Ximian, Inc. http://www.ximian.com // Author: Dennis Hayes (dennish@raytek.com) // - -// +// (C) 2002 Ximian, Inc. http://www.ximian.com // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining @@ -27,11 +25,13 @@ // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -using System; -namespace System.Drawing.Imaging -{ - [Flags] + +namespace System.Drawing.Imaging { + +#if ONLY_1_1 [Serializable] +#endif + [Flags] public enum ImageFlags { Caching = 131072, ColorSpaceCmyk = 32,