Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.Hosting/AppDomainFactory.cs')
-rw-r--r--mcs/class/System.Web/System.Web.Hosting/AppDomainFactory.cs19
1 files changed, 0 insertions, 19 deletions
diff --git a/mcs/class/System.Web/System.Web.Hosting/AppDomainFactory.cs b/mcs/class/System.Web/System.Web.Hosting/AppDomainFactory.cs
deleted file mode 100644
index 7cf5b14a9c1..00000000000
--- a/mcs/class/System.Web/System.Web.Hosting/AppDomainFactory.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// System.Web.Hosting.AppDomainFactory.cs
-//
-// Author:
-// Bob Smith <bob@thestuff.net>
-//
-// (C) Bob Smith
-//
-
-using System;
-
-namespace System.Web.Hosting
-{
- public sealed class AppDomainFactory : IAppDomainFactory
- {
- public AppDomainFactory();
- public object Create(string module, string typeName, string appId, string appPath, string strUrlOfAppOrigin, int iZone);
- }
-}