Re: [Mono-dev] [Patch] Stream 2.0 updates

2006-03-09 Thread Paolo Molaro
On 03/03/06 Miguel de Icaza wrote: > > This patch adds some of the new 2.0 members to System.IO.Stream. No > > problems appeared when building, and only got some warnings (they can be > > removed adding 'override' to the child streams). > > This looks good to me. It would be nice to also address

Re: [Mono-dev] [Patch] Stream 2.0 updates

2006-03-03 Thread Miguel de Icaza
Hey, > This patch adds some of the new 2.0 members to System.IO.Stream. No > problems appeared when building, and only got some warnings (they can be > removed adding 'override' to the child streams). This looks good to me. It would be nice to also address the issue in the child streams that mat

[Mono-dev] [Patch] Stream 2.0 updates

2006-02-28 Thread Carlos Alberto Cortez
Hey, This patch adds some of the new 2.0 members to System.IO.Stream. No problems appeared when building, and only got some warnings (they can be removed adding 'override' to the child streams). Carlos. Index: Stream.cs === --- Strea