X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web%2FIHttpHandlerFactory.cs;h=d136cae3a3c5bf461b651bd79a0703d35dfec035;hb=8e898619619222f9caf43c970fd7ff6c9f231ccb;hp=23c1243c8087895d53c6e22afc4c4b6bda182138;hpb=f1f8b8a867c800b21b6a03767252403c2f72cae2;p=mono.git diff --git a/mcs/class/System.Web/System.Web/IHttpHandlerFactory.cs b/mcs/class/System.Web/System.Web/IHttpHandlerFactory.cs index 23c1243c808..d136cae3a3c 100644 --- a/mcs/class/System.Web/System.Web/IHttpHandlerFactory.cs +++ b/mcs/class/System.Web/System.Web/IHttpHandlerFactory.cs @@ -1,11 +1,11 @@ -// -// System.Web.IHttpHandlerFactory.cs -// -// Author: -// Bob Smith -// -// (C) Bob Smith -// +// +// System.Web.IHttpHandlerFactory.cs +// +// Author: +// Bob Smith +// +// (C) Bob Smith +// // // Permission is hereby granted, free of charge, to any person obtaining @@ -27,14 +27,14 @@ // 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 -{ - public interface IHttpHandlerFactory - { - IHttpHandler GetHandler(HttpContext context, - string requestType, - string url, - string pathTranslated); - void ReleaseHandler(IHttpHandler handler); - } -} +namespace System.Web +{ + public interface IHttpHandlerFactory + { + IHttpHandler GetHandler(HttpContext context, + string requestType, + string url, + string pathTranslated); + void ReleaseHandler(IHttpHandler handler); + } +}