2008-03-28 Ivan N. Zlatev <contact@i-nz.net>
[mono.git] / mcs / class / System.Drawing / System.Drawing.Printing / PrintingPermissionLevel.cs
index 26ce33011541134525d0bbb150e27be56e4a0f6b..16e3ad80f4b4ae55fca1e581abe32ab81c74316b 100644 (file)
@@ -1,11 +1,10 @@
 //\r
 // System.Drawing.PrintingPermissionLevel.cs\r
 //\r
-// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
-// Author: Dennis Hayes (dennish@raytek.com)\r
-//\r
-
+// Author:
+//     Dennis Hayes (dennish@raytek.com)\r
 //
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
 // 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;\r
-namespace System.Drawing.Printing \r
-{\r
+
+namespace System.Drawing.Printing {
+
+#if NET_2_0
+       [Serializable]
+#endif\r
        public enum PrintingPermissionLevel {\r
                AllPrinting = 3,\r
                DefaultPrinting = 2,\r