[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web / IHttpAsyncHandler.cs
index a675dc400f2d527262700ba273ca19dd4b6bfdd1..de69220196a943e3109ebc8097383376c9ad2ce3 100644 (file)
@@ -1,11 +1,11 @@
-//\r
-// System.Web.IHttpAsyncHandler.cs\r
-//\r
-// Author:\r
-//   Bob Smith <bob@thestuff.net>\r
-//\r
-// (C) Bob Smith\r
-//\r
+//
+// System.Web.IHttpAsyncHandler.cs
+//
+// Author:
+//   Bob Smith <bob@thestuff.net>
+//
+// (C) Bob Smith
+//
 
 //
 // 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.
 //
-namespace System.Web\r
-{\r
-   public interface IHttpAsyncHandler : IHttpHandler\r
-   {\r
-      IAsyncResult BeginProcessRequest(HttpContext context,\r
-                                       AsyncCallback cb,\r
-                                       object extraData);\r
-      void EndProcessRequest(IAsyncResult result);\r
-   }\r
-}\r
+namespace System.Web
+{
+   public interface IHttpAsyncHandler : IHttpHandler
+   {
+      IAsyncResult BeginProcessRequest(HttpContext context,
+                                       AsyncCallback cb,
+                                       object extraData);
+      void EndProcessRequest(IAsyncResult result);
+   }
+}