* IISAPIRuntime.cs: Fixed wrong attribute svn path=/trunk/mcs/; revision=22045
@@ -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
@@ -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 ();