copying the latest Sys.Web.Services from trunk.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Drawing2D / CoordinateSpace.cs
index 75b39fd893c186af81a59c226218f5a980066e66..982351f2485d8dff12b075449c65141eaf1bd596 100644 (file)
@@ -6,7 +6,10 @@
 //   Dennis Hayes (dennish@Raytek.com)
 //
 // (C) 2002/3 Ximian, Inc
-// Copyright (C) 2004,2006 Novell, Inc (http://www.novell.com)
+//
+
+//
+// Copyright (C) 2004 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.Drawing2D {
-
-#if ONLY_1_1
+       /// <summary>
+       /// Summary description for CoordinateSpace.
+       /// </summary>
        [Serializable]
-#endif
        public enum CoordinateSpace {
                Device = 2,
                Page = 1,