New test.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / ImageFlags.cs
index bc00d1bd168fb91c81af4978a13961c3cf7b626e..78a815da0509eed05cb931508484b2d8bd63a066 100644 (file)
@@ -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
 // 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,