dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Private StdStream.cs,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Private StdStream.cs,1.3,1.4
Date: Sat, 05 Jul 2003 00:09:54 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private
In directory subversions:/tmp/cvs-serv29555/runtime/System/Private

Modified Files:
        StdStream.cs 
Log Message:


"override" methods without corresponding "virtual"'s.


Index: StdStream.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private/StdStream.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** StdStream.cs        31 May 2003 03:32:02 -0000      1.3
--- StdStream.cs        5 Jul 2003 04:09:52 -0000       1.4
***************
*** 43,47 ****
                        }
  
- #if ECMA_COMPAT
        // Close this stream.
        public override void Close()
--- 43,46 ----
***************
*** 53,67 ****
                                }
                        }
- #else
-       // Dispose this stream.
-       protected override void Dispose(bool disposing)
-                       {
-                               if(fd != -1)
-                               {
-                                       Stdio.StdClose(fd);
-                                       fd = -1;
-                               }
-                       }
- #endif
  
        // Flush this stream.
--- 52,55 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]