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/Threading Synchronizat


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Threading SynchronizationLockException.cs,1.4,1.5ThreadAbortException.cs,1.3,1.4 ThreadInterruptedException.cs,1.4,1.5ThreadStateException.cs,1.4,1.5
Date: Sat, 05 Apr 2003 01:58:15 -0500

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

Modified Files:
        SynchronizationLockException.cs ThreadAbortException.cs 
        ThreadInterruptedException.cs ThreadStateException.cs 
Log Message:


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


Index: SynchronizationLockException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Threading/SynchronizationLockException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** SynchronizationLockException.cs     5 Apr 2003 00:35:17 -0000       1.4
--- SynchronizationLockException.cs     5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: ThreadAbortException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Threading/ThreadAbortException.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ThreadAbortException.cs     5 Apr 2003 00:35:17 -0000       1.3
--- ThreadAbortException.cs     5 Apr 2003 06:58:13 -0000       1.4
***************
*** 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: ThreadInterruptedException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Threading/ThreadInterruptedException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ThreadInterruptedException.cs       5 Apr 2003 00:35:17 -0000       1.4
--- ThreadInterruptedException.cs       5 Apr 2003 06:58:13 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: ThreadStateException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Threading/ThreadStateException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ThreadStateException.cs     5 Apr 2003 00:35:17 -0000       1.4
--- ThreadStateException.cs     5 Apr 2003 06:58:13 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get





reply via email to

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