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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2005-06-08 12:06:54 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2005-06-08 12:06:54 +0400
commit99261907326fdbc10ca4ec5a10a22a66f15d5707 (patch)
tree63bf347140cda324430cbc5bc65c8fe75e177196 /mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs
parentf741e8a0ad9feca9140f8ec0f676719b0ac0bfeb (diff)
2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* IISAPIRuntime.cs: GUID changed. svn path=/trunk/mcs/; revision=45618
Diffstat (limited to 'mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs')
-rw-r--r--mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs b/mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs
index fc69298fe08..8c1a0e62bed 100644
--- a/mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs
+++ b/mcs/class/System.Web/System.Web.Hosting/IISAPIRuntime.cs
@@ -33,7 +33,8 @@ using System.Runtime.InteropServices;
namespace System.Web.Hosting
{
- [Guid ("c4918956-485b-3503-bd10-9083e3f6b66c")]
+ //[Guid ("c4918956-485b-3503-bd10-9083e3f6b66c")] -> 1.1 pre service pack
+ [Guid ("08A2C56F-7C16-41C1-A8BE-432917A1A2D1")]
[InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
public interface IISAPIRuntime
{