2009-06-04 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web / IHttpModule.cs
index 7ca2a6b23ff85e70a80433cf162e320741738606..84654fcd0a359fc0c19922d62bb4dbca43d672e1 100644 (file)
@@ -1,11 +1,11 @@
-//\r
-// System.Web.IHttpModule.cs\r
-//\r
-// Author:\r
-//   Bob Smith <bob@thestuff.net>\r
-//\r
-// (C) Bob Smith\r
-//\r
+//
+// System.Web.IHttpModule.cs
+//
+// Author:
+//   Bob Smith <bob@thestuff.net>
+//
+// (C) Bob Smith
+//
 
 //
 // Permission is hereby granted, free of charge, to any person obtaining
@@ -27,9 +27,9 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-namespace System.Web {\r
-   public interface IHttpModule {\r
-      void Dispose();\r
-      void Init(HttpApplication context);\r
-   }\r
-}\r
+namespace System.Web {
+   public interface IHttpModule {
+      void Dispose();
+      void Init(HttpApplication context);
+   }
+}