/[dotgnu-pnet]/pnetlib/runtime/System/IO/StreamWriter.cs
ViewVC logotype

Diff of /pnetlib/runtime/System/IO/StreamWriter.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by ktreichel, Sun Oct 3 15:48:59 2004 UTC revision 1.11 by drobosson, Tue Dec 28 03:35:13 2004 UTC
# Line 168  public class StreamWriter : TextWriter Line 168  public class StreamWriter : TextWriter
168          // Close this stream writer.          // Close this stream writer.
169          public override void Close()          public override void Close()
170                          {                          {
171                                    // Mimic MS behavior
172                                    if(stream is System.Private.StdStream)
173                                    {
174                                            return;
175                                    }
176    
177                                  // Explicit close                                  // Explicit close
178                                  if(stream != null)                                  if(stream != null)
179                                  {                                  {

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26