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/IO BinaryWriter.cs,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO BinaryWriter.cs,1.3,1.4
Date: Wed, 23 Apr 2003 20:50:37 -0400

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

Modified Files:
        BinaryWriter.cs 
Log Message:


Signature-compatibility fixes.


Index: BinaryWriter.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/BinaryWriter.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** BinaryWriter.cs     23 Apr 2003 05:39:49 -0000      1.3
--- BinaryWriter.cs     24 Apr 2003 00:50:35 -0000      1.4
***************
*** 137,147 ****
                        }
  
-       // Extension: this is the version of Seek that should be here,
-       // just in case Microsoft fixes the API in a future version.
-       public virtual long Seek(long offset, SeekOrigin origin)
-                       {
-                               return OutStream.Seek(offset, origin);
-                       }
- 
        // Write a boolean value to the output.
        public virtual void Write(bool value)
--- 137,140 ----





reply via email to

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