2009-09-23 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 23 Sep 2009 12:58:58 +0000 (12:58 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 23 Sep 2009 12:58:58 +0000 (12:58 -0000)
commitf07228a460f97bd2162c2fd125a51c44dd84719d
tree9e8c372809ba6fe703711d83c9b1bd871b558aab
parent9c2b65090956f34a89f887fa4376685fe9608bd9
2009-09-23  Sebastien Pouliot  <sebastien@ximian.com>

* ExecutionContext.cs: Don't use SecurityContext and don't expose
AsyncFlowControl for NET_2_1
* ThreadAbortException.cs: Remove ExceptionState from NET_2_1
* Thread.cs: Don't expose ApartmentState and remove Suspend and
Resume methods for NET_2_1
* ThreadPool.cs: Remove GetAvailableThreads and Unsafe* methods
for NET_2_1

svn path=/trunk/mcs/; revision=142481
mcs/class/corlib/System.Threading/ChangeLog
mcs/class/corlib/System.Threading/ExecutionContext.cs
mcs/class/corlib/System.Threading/Thread.cs
mcs/class/corlib/System.Threading/ThreadAbortException.cs
mcs/class/corlib/System.Threading/ThreadPool.cs