Просмотр исходного кода

public only for 2.0

svn path=/trunk/mcs/; revision=104852
Marek Habersack 17 лет назад
Родитель
Сommit
88e2a12848
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      mcs/class/System.Web/System.Web.UI/PageHandlerFactory.cs

+ 6 - 1
mcs/class/System.Web/System.Web.UI/PageHandlerFactory.cs

@@ -33,7 +33,12 @@ using System.Web.Compilation;
 
 
 namespace System.Web.UI
 namespace System.Web.UI
 {
 {
-	public class PageHandlerFactory : IHttpHandlerFactory
+#if NET_2_0
+	public
+#else
+	internal
+#endif
+	class PageHandlerFactory : IHttpHandlerFactory
 	{
 	{
 		public virtual IHttpHandler GetHandler (HttpContext context, string requestType, string url, string path)
 		public virtual IHttpHandler GetHandler (HttpContext context, string requestType, string url, string path)
 		{
 		{