* IAppManagerAppDomainFactory.cs:
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Tue, 3 Aug 2004 00:55:45 +0000 (00:55 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Tue, 3 Aug 2004 00:55:45 +0000 (00:55 -0000)
commitc6232a2da4c41610a61fd5b45f7237fb2cc1466c
tree0cdb75cc1deedb1f3e7e1155face2e83b5c5ea48
parent55d695fbdba3b98db74c87d8e3898618eea22cc0
* IAppManagerAppDomainFactory.cs:
* IApplicationHost.cs:
* IHttpWorkerRequestHandler.cs:
* IProcessHost.cs:
* IProcessHostFactoryHelper.cs:
* IProcessHostSupportFunction.cs:
* IProcessPingCallback.cs:
* IQueueHost.cs:
* IRegisteredObject.cs: Added interfaces.

svn path=/trunk/mcs/; revision=31759
mcs/class/System.Web/System.Web.Configuration/ChangeLog
mcs/class/System.Web/System.Web.Hosting/ChangeLog
mcs/class/System.Web/System.Web.Hosting/IAppManagerAppDomainFactory.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Hosting/IApplicationHost.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Hosting/IHttpWorkerRequestHandler.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Hosting/IProcessHost.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Hosting/IProcessHostFactoryHelper.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Hosting/IProcessHostSupportFunction.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Hosting/IProcessPingCallback.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Hosting/IQueueHost.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Hosting/IRegisteredObject.cs [new file with mode: 0644]