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.6,1.7 Thread.cs,1.13,1.14 ThreadAbortException.cs,1.5,1.6ThreadInterruptedException.cs,1.6,1.7 ThreadStateException.cs,1.6,1.7
Date: Mon, 26 May 2003 00:41:24 -0400

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

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


Add the CONFIG_SERIALIZATION option to the profiles.


Index: SynchronizationLockException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Threading/SynchronizationLockException.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** SynchronizationLockException.cs     7 Apr 2003 04:22:52 -0000       1.6
--- SynchronizationLockException.cs     26 May 2003 04:41:22 -0000      1.7
***************
*** 35,39 ****
        public SynchronizationLockException(String msg, Exception inner)
                : base(msg, inner) {}
! #if !ECMA_COMPAT
        protected SynchronizationLockException(SerializationInfo info,
                                                                                
   StreamingContext context)
--- 35,39 ----
        public SynchronizationLockException(String msg, Exception inner)
                : base(msg, inner) {}
! #if CONFIG_SERIALIZATION
        protected SynchronizationLockException(SerializationInfo info,
                                                                                
   StreamingContext context)

Index: Thread.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Threading/Thread.cs,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** Thread.cs   25 Apr 2003 04:45:13 -0000      1.13
--- Thread.cs   26 May 2003 04:41:22 -0000      1.14
***************
*** 455,458 ****
--- 455,460 ----
                        }
  
+ #if CONFIG_REMOTING
+ 
        // Get the remoting context for the current thread.
        [TODO]
***************
*** 465,468 ****
--- 467,472 ----
                                }
                        }
+ 
+ #endif // CONFIG_REMOTING
  
        // Get or set the current culture for the thread.

Index: ThreadAbortException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Threading/ThreadAbortException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** ThreadAbortException.cs     7 Apr 2003 04:22:52 -0000       1.5
--- ThreadAbortException.cs     26 May 2003 04:41:22 -0000      1.6
***************
*** 36,40 ****
                                this.stateInfo = stateInfo;
                        }
! #if !ECMA_COMPAT
        internal ThreadAbortException(SerializationInfo info,
                                                                  
StreamingContext context)
--- 36,40 ----
                                this.stateInfo = stateInfo;
                        }
! #if CONFIG_SERIALIZATION
        internal ThreadAbortException(SerializationInfo info,
                                                                  
StreamingContext context)

Index: ThreadInterruptedException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Threading/ThreadInterruptedException.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** ThreadInterruptedException.cs       7 Apr 2003 04:22:52 -0000       1.6
--- ThreadInterruptedException.cs       26 May 2003 04:41:22 -0000      1.7
***************
*** 35,39 ****
        public ThreadInterruptedException(String msg, Exception inner)
                : base(msg, inner) {}
! #if !ECMA_COMPAT
        protected ThreadInterruptedException(SerializationInfo info,
                                                                                
 StreamingContext context)
--- 35,39 ----
        public ThreadInterruptedException(String msg, Exception inner)
                : base(msg, inner) {}
! #if CONFIG_SERIALIZATION
        protected ThreadInterruptedException(SerializationInfo info,
                                                                                
 StreamingContext context)

Index: ThreadStateException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Threading/ThreadStateException.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** ThreadStateException.cs     7 Apr 2003 04:22:52 -0000       1.6
--- ThreadStateException.cs     26 May 2003 04:41:22 -0000      1.7
***************
*** 35,39 ****
        public ThreadStateException(String msg, Exception inner)
                : base(msg, inner) {}
! #if !ECMA_COMPAT
        protected ThreadStateException(SerializationInfo info,
                                                                   
StreamingContext context)
--- 35,39 ----
        public ThreadStateException(String msg, Exception inner)
                : base(msg, inner) {}
! #if CONFIG_SERIALIZATION
        protected ThreadStateException(SerializationInfo info,
                                                                   
StreamingContext context)





reply via email to

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