Author: kostat
Date: 2007-05-29 10:57:08 -0400 (Tue, 29 May 2007)
New Revision: 78129

Modified:
   
trunk/mcs/class/System.Web/System.Web.Configuration_2.0/WebConfigurationManager.cs
   trunk/mcs/class/System.Web/System.Web.Handlers/TraceHandler.cs
   trunk/mcs/class/System.Web/System.Web/HttpResponse.cs
   trunk/mcs/class/System.Web/System.Web/HttpServerUtility.cs
Log:
refactoring: fix documentation attributes

Modified: trunk/mcs/class/System.Web/System.Web/HttpResponse.cs
===================================================================
--- trunk/mcs/class/System.Web/System.Web/HttpResponse.cs       2007-05-29 
14:48:13 UTC (rev 78128)
+++ trunk/mcs/class/System.Web/System.Web/HttpResponse.cs       2007-05-29 
14:57:08 UTC (rev 78129)
@@ -883,7 +883,7 @@
 
 #if TARGET_JVM
                public void WriteFile (IntPtr fileHandle, long offset, long 
size) {
-                       throw new NotSupportedException("IntPtr not supported");
+                       throw new PlatformNotSupportedException("IntPtr not 
supported");
                }
 #else
                public void WriteFile (IntPtr fileHandle, long offset, long 
size)

Modified: trunk/mcs/class/System.Web/System.Web/HttpServerUtility.cs
===================================================================
--- trunk/mcs/class/System.Web/System.Web/HttpServerUtility.cs  2007-05-29 
14:48:13 UTC (rev 78128)
+++ trunk/mcs/class/System.Web/System.Web/HttpServerUtility.cs  2007-05-29 
14:57:08 UTC (rev 78129)
@@ -210,7 +210,6 @@
                        context.Response.End ();
                }
 #if NET_2_0
-               [MonoTODO ("Not implemented")]
                public void Transfer (IHttpHandler handler, bool preserveForm)
                {
                        if (handler == null)

Modified: 
trunk/mcs/class/System.Web/System.Web.Configuration_2.0/WebConfigurationManager.cs
===================================================================
--- 
trunk/mcs/class/System.Web/System.Web.Configuration_2.0/WebConfigurationManager.cs
  2007-05-29 14:48:13 UTC (rev 78128)
+++ 
trunk/mcs/class/System.Web/System.Web.Configuration_2.0/WebConfigurationManager.cs
  2007-05-29 14:57:08 UTC (rev 78129)
@@ -115,13 +115,13 @@
                        return ConfigurationManager.OpenMachineConfiguration ();
                }
                
-               [MonoTODO ("need to handle locationSubPath")]
+               [MonoLimitation ("locationSubPath is not handled")]
                public static _Configuration OpenMachineConfiguration (string 
locationSubPath)
                {
                        return OpenMachineConfiguration ();
                }
 
-               [MonoTODO("Mono does not support remote configuration")]
+               [MonoLimitation("Mono does not support remote configuration")]
                public static _Configuration OpenMachineConfiguration (string 
locationSubPath,
                                                                       string 
server)
                {
@@ -131,7 +131,7 @@
                        throw new NotSupportedException ("Mono doesn't support 
remote configuration");
                }
 
-               [MonoTODO("Mono does not support remote configuration")]
+               [MonoLimitation("Mono does not support remote configuration")]
                public static _Configuration OpenMachineConfiguration (string 
locationSubPath,
                                                                       string 
server,
                                                                       IntPtr 
userToken)
@@ -141,7 +141,7 @@
                        throw new NotSupportedException ("Mono doesn't support 
remote configuration");
                }
 
-               [MonoTODO("Mono does not support remote configuration")]
+               [MonoLimitation("Mono does not support remote configuration")]
                public static _Configuration OpenMachineConfiguration (string 
locationSubPath,
                                                                       string 
server,
                                                                       string 
userName,

Modified: trunk/mcs/class/System.Web/System.Web.Handlers/TraceHandler.cs
===================================================================
--- trunk/mcs/class/System.Web/System.Web.Handlers/TraceHandler.cs      
2007-05-29 14:48:13 UTC (rev 78128)
+++ trunk/mcs/class/System.Web/System.Web.Handlers/TraceHandler.cs      
2007-05-29 14:57:08 UTC (rev 78129)
@@ -200,17 +200,17 @@
                        manager.TraceData [item - 1].Render (output);
                }
 
-               [MonoTODO ("Not implemented, does nothing")]
+               [MonoLimitation ("Not implemented, does nothing")]
                protected void ShowDetails (DataSet data)
                {
                }
 #if NET_2_0
-               [MonoTODO ("Not implemented, does nothing")]
+               [MonoLimitation ("Not implemented, does nothing")]
                protected void ShowRequests (IList data)
                {
                }
 
-               [MonoTODO ("Not implemented, does nothing")]
+               [MonoLimitation ("Not implemented, does nothing")]
                protected void ShowVersionDetails ()
                {
                }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to