New test.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / EmfType.cs
index 76287fd72c3cd8e1a8a9221db1f0f5d29f2a549e..5a85b005d14dd0ce4c7b951dc85aefafd1100de1 100644 (file)
@@ -1,12 +1,10 @@
 //
 // System.Drawing.Imaging.EmfType.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]
+#endif
        public enum EmfType {
                EmfOnly = 3,
                EmfPlusDual = 5,