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

2004-01-14 Andreas Nahr <[email protected]>

	* IISAPIRuntime.cs: Fixed wrong attribute

svn path=/trunk/mcs/; revision=22045
Andreas N 22 лет назад
Родитель
Сommit
7145d38539

+ 4 - 0
mcs/class/System.Web/System.Web.Hosting/ChangeLog

@@ -1,3 +1,7 @@
+2004-01-14  Andreas Nahr <[email protected]>
+
+	* IISAPIRuntime.cs: Fixed wrong attribute
+
 2004-01-11  Andreas Nahr <[email protected]>
 
 	* SimpleWorkerRequest.cs: Added missing attribute

+ 1 - 1
mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs

@@ -13,7 +13,7 @@ using System.Runtime.InteropServices;
 namespace System.Web.Hosting
 {
 	[Guid ("c4918956-485b-3503-bd10-9083e3f6b66c")]
-	[ComVisible (false)]
+	[InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
         public interface IISAPIRuntime
         {
                 void DoGCCollect ();