Merge pull request #2831 from razzfazz/fix_dllimport
[mono.git] / mcs / class / System / System.IO / ErrorEventHandler.cs
index d027c15f6937371fb93906a2cd07fbe517a7ee12..3418567127ac13df8711e6aa89592ab83e7ce6f4 100644 (file)
@@ -5,8 +5,7 @@
 //   Tim Coleman (tim@timcoleman.com)\r
 //\r
 // Copyright (C) Tim Coleman, 2002\r
-//\r
-
+// Copyright (C) 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
@@ -28,9 +27,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 \r
-using System;\r
+namespace System.IO {
 \r
-namespace System.IO {\r
-       [Serializable]\r
        public delegate void ErrorEventHandler (object sender, ErrorEventArgs e);\r
 }\r