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:
authorChris Toshok <toshok@novell.com>2006-02-28 21:56:23 +0300
committerChris Toshok <toshok@novell.com>2006-02-28 21:56:23 +0300
commitaf8994638308aa5e2b873ec1d415ee64ecedbf5e (patch)
treea2602d49021aed7a610998039e433c8aa69fee1c /mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs
parent065f5bba6dac6745255aab143a5e5921e3fb94db (diff)
parenta1428ab74a05d191cc69d68c8571496a383d7d1d (diff)
In System.Web.Configuration.Internal:
2006-02-28 Chris Toshok <toshok@ximian.com> * IInternalConfigWebHost.cs: corcompare work. In System.Web.Configuration_2.0: 2006-02-28 Chris Toshok <toshok@ximian.com> * BuildProviderAppliesTo.cs, PagesToCountAction.cs: nuke. In System.Web.Profile: 2006-02-28 Chris Toshok <toshok@ximian.com> * ProfileBase.cs: corcompare work. * SqlProfileProvider.cs: add stubbed out file. In System.Web.SessionState: 2006-02-28 Chris Toshok <toshok@ximian.com> * SessionStateActions.cs: rename SessionStateActionFlags to this. * ISessionIDManager.cs: rename ISessionIDModule to this. * IStateRuntime.cs: corcompare work. In System.Web.Security: 2006-02-28 Chris Toshok <toshok@ximian.com> * FormsAuthentication.cs: corcompare work. * MembershipCreateUserException.cs: same. * MembershipPasswordException.cs: same. * AnonymousIdentificationModule.cs: same. In System.Web.Configuration: 2006-02-28 Chris Toshok <toshok@ximian.com> * FormsAuthPasswordFormat.cs: ifdef out the [Serializable] in the 2.0 case. In System.Web.Hosting: 2006-02-28 Chris Toshok <toshok@ximian.com> * IAppDomainFactory.cs: corcompare work. * IAppManagerAppDomainFactory.cs: same * IISAPIRuntime.cs: same. In System.Web.Management: 2006-02-28 Chris Toshok <toshok@ximian.com> * SqlFeatures.cs: corcompare work * IRegiisUtility.cs: same. * WebEventFormatter.cs: same. * RuleFiringRecord.cs: same. * SessionStateType.cs: same. * WebApplicationInformtion.cs: same. * EventNotificationType.cs: same. * WebBaseEvent.cs: same. * IRegisterCreateITypeLib.cs: nuke svn path=/trunk/mcs/; revision=57413
Diffstat (limited to 'mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs')
-rw-r--r--mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs b/mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs
index 8c1a0e62bed..646b2cb34c5 100644
--- a/mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs
+++ b/mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs
@@ -36,6 +36,7 @@ namespace System.Web.Hosting
//[Guid ("c4918956-485b-3503-bd10-9083e3f6b66c")] -> 1.1 pre service pack
[Guid ("08A2C56F-7C16-41C1-A8BE-432917A1A2D1")]
[InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
+ [ComImportAttribute]
public interface IISAPIRuntime
{
void DoGCCollect ();