New test.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Drawing2D / CoordinateSpace.cs
index c1aca0ee8aa0fa1a990f12ed7ad53aff1a0f6d3f..75b39fd893c186af81a59c226218f5a980066e66 100644 (file)
@@ -1,15 +1,12 @@
-//\r
-// System.Drawing.Drawing2D.CoordinateSpace.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.CoordinateSpace.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 CoordinateSpace.\r
-       /// </summary>\r
-       [Serializable]\r
-       public enum CoordinateSpace {\r
-               Device = 2,\r
-               Page = 1,\r
-               World = 0\r
-       }\r
-}\r
+
+namespace System.Drawing.Drawing2D {
+
+#if ONLY_1_1
+       [Serializable]
+#endif
+       public enum CoordinateSpace {
+               Device = 2,
+               Page = 1,
+               World = 0
+       }
+}