* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / ColorMapType.cs
index 59317e0be895b5e5b682ce8003b6e0a3a2bda308..269decc9c27319c9469ef7702b1c0a3b3a6e06a7 100644 (file)
@@ -1,12 +1,10 @@
 //
 // System.Drawing.Imaging.ColorMapType.cs
 //
-// (C) 2002 Ximian, Inc.  http://www.ximian.com
 // Author: Dennis Hayes (dennish@raytek.com)
 //
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// (C) 2002 Ximian, Inc.  http://www.ximian.com
+// Copyright (C) 2004,2006 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
 // 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
-{
+
+namespace System.Drawing.Imaging {
+
+#if ONLY_1_1
        [Serializable]
-       public enum  ColorMapType{//check
+#endif
+       public enum  ColorMapType {
                Brush = 1,
                Default = 0
        }