2007-03-15 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Drawing / System.Drawing.Drawing2D / MatrixOrder.cs
index 25a9308f0dc2377accf0db8408f992c3769e2f22..d241cb9c5338e5daa39a9798caadba9094d338f6 100644 (file)
@@ -1,15 +1,12 @@
-//\r
-// System.Drawing.Drawing2D.MatrixOrder.cs\r
-//\r
-// Author:\r
-//   Stefan Maierhofer <sm@cg.tuwien.ac.at>\r
-//   Dennis Hayes (dennish@Raytek.com)\r
-//\r
-// (C) 2002/3 Ximian, Inc\r
-//\r
-
 //
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// System.Drawing.Drawing2D.MatrixOrder.cs
+//
+// Author:
+//   Stefan Maierhofer <sm@cg.tuwien.ac.at>
+//   Dennis Hayes (dennish@Raytek.com)
+//
+// (C) 2002/3 Ximian, Inc
+// 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;\r
-\r
-namespace System.Drawing.Drawing2D {\r
-       /// <summary>\r
-       /// Summary description for MatrixOrder.\r
-       /// </summary>\r
-       [Serializable]\r
-       public enum MatrixOrder {\r
-               Append = 1,\r
-               Prepend = 0\r
-       }\r
-}\r
+
+namespace System.Drawing.Drawing2D {
+
+#if ONLY_1_1
+       [Serializable]
+#endif
+       public enum MatrixOrder {
+               Append = 1,
+               Prepend = 0
+       }
+}