[Mono-list] 2 TODOs in "System.Threading" implemented

Gonzalo Paniagua Javier gonzalo@ximian.com
Tue, 30 Mar 2004 15:51:04 +0200


El sáb, 27-03-2004 a las 17:34, Deepak P N escribió:
> Hi,
> 	I have implemented two TODOs in System.Threading namespace.
> 	
> 1). False return value of Change() method of Timer class  I have tested it both on Windows/.NET and Redhat-9.0/mono-0.31.
> 	
> 	2). Dispose( bool ) of the same class.  Which is partially complete.
> 
> 	I have also written several test cases.
> 	Can you please check in my work into current CVS.
> 
> P.S: Test cases and Timer.cs (which contains patches) are attached.

Please, read http://www.go-mono.com/ccvs.html (Making patches) and send
the changes to Timer.cs according to that to mono-devel-list.

The one that you've sent has the line endings changed and also a Main
function in it.

-Gonzalo