[Mono-list] Checking code into CVS

Dick Porter dick@ximian.com
07 Jan 2002 14:59:48 +0000


On Mon, 2002-01-07 at 13:46, Gaurav Vaish wrote:
> Oops!
>     The available class MonoTODOAttribute is internal to assemblies.
>     Needed to put it in System.Web namespace.
>     Just committed. Checkout and it should work.

Nope, it still needs this patch (which I will commit myself)

diff -u -r1.9 HttpRuntime.cs
--- class/System.Web/System.Web/HttpRuntime.cs	2002/01/07 02:37:35	1.9
+++ class/System.Web/System.Web/HttpRuntime.cs	2002/01/07 11:04:28
@@ -116,7 +116,7 @@
 			}
 		}
 		
-		[MonoTodo("Init")]
+		[MonoTODO("Init")]
 		private void Init()
 		{
 			initErrorException = null;


- Dick