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 DirectoryNotFoundEx


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO DirectoryNotFoundException.cs,1.3,1.4 EndOfStreamException.cs,1.3,1.4 FileLoadException.cs,1.5,1.6 FileNotFoundException.cs,1.6,1.7 IOException.cs,1.5,1.6 PathTooLongException.cs,1.3,1.4 Stream.cs,1.8,1.9
Date: Sat, 05 Apr 2003 01:58:15 -0500

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

Modified Files:
        DirectoryNotFoundException.cs EndOfStreamException.cs 
        FileLoadException.cs FileNotFoundException.cs IOException.cs 
        PathTooLongException.cs Stream.cs 
Log Message:


Change instances of "protected internal" into "internal", because
"protected internal" doesn't actually do what I thought it did.


Index: DirectoryNotFoundException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/DirectoryNotFoundException.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** DirectoryNotFoundException.cs       5 Apr 2003 00:35:16 -0000       1.3
--- DirectoryNotFoundException.cs       5 Apr 2003 06:58:12 -0000       1.4
***************
*** 37,41 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 37,41 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 46,50 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 46,50 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: EndOfStreamException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/EndOfStreamException.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** EndOfStreamException.cs     5 Apr 2003 00:35:16 -0000       1.3
--- EndOfStreamException.cs     5 Apr 2003 06:58:12 -0000       1.4
***************
*** 36,40 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 36,40 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 45,49 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 45,49 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: FileLoadException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/FileLoadException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** FileLoadException.cs        5 Apr 2003 00:35:16 -0000       1.5
--- FileLoadException.cs        5 Apr 2003 06:58:12 -0000       1.6
***************
*** 87,91 ****
  
        // Get the extra data to insert into "Exception::ToString()"'s result.
!       protected internal override String MessageExtra
                        {
                                get
--- 87,91 ----
  
        // Get the extra data to insert into "Exception::ToString()"'s result.
!       internal override String MessageExtra
                        {
                                get
***************
*** 104,108 ****
  
        // Get the default message for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 104,108 ----
  
        // Get the default message for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 130,134 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 130,134 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: FileNotFoundException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/FileNotFoundException.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** FileNotFoundException.cs    5 Apr 2003 00:35:16 -0000       1.6
--- FileNotFoundException.cs    5 Apr 2003 06:58:12 -0000       1.7
***************
*** 87,91 ****
  
        // Get the extra data to insert into "Exception::ToString()"'s result.
!       protected internal override String MessageExtra
                        {
                                get
--- 87,91 ----
  
        // Get the extra data to insert into "Exception::ToString()"'s result.
!       internal override String MessageExtra
                        {
                                get
***************
*** 104,108 ****
  
        // Get the default message for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 104,108 ----
  
        // Get the default message for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 130,134 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 130,134 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: IOException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/IOException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** IOException.cs      5 Apr 2003 00:35:16 -0000       1.5
--- IOException.cs      5 Apr 2003 06:58:12 -0000       1.6
***************
*** 88,92 ****
  
        // Get the default message to use for I/O exceptions.
!       protected internal override String MessageDefault
                        {
                                get
--- 88,92 ----
  
        // Get the default message to use for I/O exceptions.
!       internal override String MessageDefault
                        {
                                get
***************
*** 104,108 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 104,108 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: PathTooLongException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/PathTooLongException.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** PathTooLongException.cs     5 Apr 2003 00:35:16 -0000       1.3
--- PathTooLongException.cs     5 Apr 2003 06:58:12 -0000       1.4
***************
*** 37,41 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 37,41 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 46,50 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 46,50 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: Stream.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/Stream.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** Stream.cs   3 Apr 2003 05:40:44 -0000       1.8
--- Stream.cs   5 Apr 2003 06:58:12 -0000       1.9
***************
*** 364,369 ****
  
        // Helper function for validating buffer arguments.
!       protected internal void ValidateBuffer
!                               (byte[] buffer, int offset, int count)
                        {
                                if(buffer == null)
--- 364,368 ----
  
        // Helper function for validating buffer arguments.
!       internal void ValidateBuffer(byte[] buffer, int offset, int count)
                        {
                                if(buffer == null)





reply via email to

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