X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FPageHandlerFactory.cs;h=9a882e38d2bd14f5ebda68f951a2c1df2ceaf556;hb=11161ffcfbe73df41dc4fd3b6efd4503314264f2;hp=4a462ee56547cf11cf5253a0f816d8334db9dc01;hpb=a3ea7ceb4d4f5e2cb8ea421313e8939640fb898c;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/PageHandlerFactory.cs b/mcs/class/System.Web/System.Web.UI/PageHandlerFactory.cs index 4a462ee5654..9a882e38d2b 100644 --- a/mcs/class/System.Web/System.Web.UI/PageHandlerFactory.cs +++ b/mcs/class/System.Web/System.Web.UI/PageHandlerFactory.cs @@ -33,8 +33,12 @@ using System.Web.Compilation; namespace System.Web.UI { - class PageHandlerFactory : IHttpHandlerFactory + public class PageHandlerFactory : IHttpHandlerFactory { + protected internal PageHandlerFactory () + { + } + public virtual IHttpHandler GetHandler (HttpContext context, string requestType, string url, string path) { return PageParser.GetCompiledPageInstance (url, path, context);