From 873f083b44bf7d6858e1b9fa22179f22fb3a1710 Mon Sep 17 00:00:00 2001 From: jbevain Date: Thu, 15 Oct 2009 10:45:43 +0000 Subject: [PATCH] 2009-10-15 Jb Evain * monotouch_System.dll.sources: add Semaphore to MonoTouch. git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@144193 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- class/System/ChangeLog | 4 ++++ class/System/monotouch_System.dll.sources | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/class/System/ChangeLog b/class/System/ChangeLog index 7447bf25d4..a29aa3be2f 100644 --- a/class/System/ChangeLog +++ b/class/System/ChangeLog @@ -1,3 +1,7 @@ +2009-10-15 Jb Evain + + * monotouch_System.dll.sources: add Semaphore to MonoTouch. + 2009-10-14 Jonathan Pryor * monotouch_System.dll.sources: Add lots of additional .NET 2.0 diff --git a/class/System/monotouch_System.dll.sources b/class/System/monotouch_System.dll.sources index 4eba60b01b..7f07c6d719 100644 --- a/class/System/monotouch_System.dll.sources +++ b/class/System/monotouch_System.dll.sources @@ -433,7 +433,18 @@ System.Security.Authentication/HashAlgorithmType.cs System.Security.Authentication/SslProtocols.cs System.Security.Authentication/InvalidCredentialException.cs +System.Threading/Semaphore.cs +System.Threading/SemaphoreFullException.cs +System.Threading/ThreadExceptionEventArgs.cs +System.Threading/ThreadExceptionEventHandler.cs + +System.Security.AccessControl/SemaphoreAccessRule.cs +System.Security.AccessControl/SemaphoreAuditRule.cs +System.Security.AccessControl/SemaphoreRights.cs +System.Security.AccessControl/SemaphoreSecurity.cs + System.Timers/ElapsedEventArgs.cs System.Timers/ElapsedEventHandler.cs System.Timers/Timer.cs System.Timers/TimersDescriptionAttribute.cs + -- 2.11.4.GIT