Plug SplitOrderedList inside TemplateControl.
[mono.git] / mcs / class / System.Web / System.Web / IHttpHandlerFactory.cs
index 23c1243c8087895d53c6e22afc4c4b6bda182138..d136cae3a3c5bf461b651bd79a0703d35dfec035 100644 (file)
@@ -1,11 +1,11 @@
-//\r
-// System.Web.IHttpHandlerFactory.cs\r
-//\r
-// Author:\r
-//   Bob Smith <bob@thestuff.net>\r
-//\r
-// (C) Bob Smith\r
-//\r
+//
+// System.Web.IHttpHandlerFactory.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 IHttpHandlerFactory\r
-   {\r
-      IHttpHandler GetHandler(HttpContext context,\r
-                              string requestType,\r
-                              string url,\r
-                              string pathTranslated);\r
-      void ReleaseHandler(IHttpHandler handler);\r
-   }\r
-}\r
+namespace System.Web
+{
+   public interface IHttpHandlerFactory
+   {
+      IHttpHandler GetHandler(HttpContext context,
+                              string requestType,
+                              string url,
+                              string pathTranslated);
+      void ReleaseHandler(IHttpHandler handler);
+   }
+}