2007-02-08 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ExporterEventKind.cs
index abe68940f5d2e2d4cea393f040d08e0daf73d7fa..ce80de2422c30e48b6f4a1b8e044ff024f1378ee 100644 (file)
@@ -1,11 +1,11 @@
-//\r
-// System.Runtime.InteropServices.ExporterEventKind.cs\r
-//\r
-// Author:\r
-//   Kevin Winchester (kwin@ns.sympatico.ca)\r
-//\r
-// (C) 2002 Kevin Winchester\r
-//\r
+//
+// System.Runtime.InteropServices.ExporterEventKind.cs
+//
+// Author:
+//   Kevin Winchester (kwin@ns.sympatico.ca)
+//
+// (C) 2002 Kevin Winchester
+//
 
 //
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-\r
-namespace System.Runtime.InteropServices\r
-{\r
-       [Serializable] public enum ExporterEventKind\r
-       {\r
-               NOTIF_TYPECONVERTED = 0,\r
-               NOTIF_CONVERTWARNING = 1,\r
-               ERROR_REFTOINVALIDASSEMBLY = 2,       \r
-       }\r
-}\r
+
+namespace System.Runtime.InteropServices
+{
+       [Serializable] public enum ExporterEventKind
+       {
+               NOTIF_TYPECONVERTED = 0,
+               NOTIF_CONVERTWARNING = 1,
+               ERROR_REFTOINVALIDASSEMBLY = 2,       
+       }
+}