X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web%2FIHttpModule.cs;h=84654fcd0a359fc0c19922d62bb4dbca43d672e1;hb=c1b39535fe0d5d1771b18f305a4d453ee944e04c;hp=7ca2a6b23ff85e70a80433cf162e320741738606;hpb=5bbfa8860b090e465a3aa45edeb9c94481ef1a22;p=mono.git diff --git a/mcs/class/System.Web/System.Web/IHttpModule.cs b/mcs/class/System.Web/System.Web/IHttpModule.cs index 7ca2a6b23ff..84654fcd0a3 100644 --- a/mcs/class/System.Web/System.Web/IHttpModule.cs +++ b/mcs/class/System.Web/System.Web/IHttpModule.cs @@ -1,11 +1,11 @@ -// -// System.Web.IHttpModule.cs -// -// Author: -// Bob Smith -// -// (C) Bob Smith -// +// +// System.Web.IHttpModule.cs +// +// Author: +// Bob Smith +// +// (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 { - public interface IHttpModule { - void Dispose(); - void Init(HttpApplication context); - } -} +namespace System.Web { + public interface IHttpModule { + void Dispose(); + void Init(HttpApplication context); + } +}