update message
authorMiguel de Icaza <miguel@gnome.org>
Wed, 22 Nov 2006 18:34:01 +0000 (18:34 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 22 Nov 2006 18:34:01 +0000 (18:34 -0000)
svn path=/trunk/mcs/; revision=68359

mcs/class/System/System.Threading/Semaphore.cs

index 7625506129b3eb093dcaac2de25a53c8e6851a67..e18768514181cae692ab58acff07fafaa6435c25 100644 (file)
@@ -84,7 +84,7 @@ namespace System.Threading {
                {
                }
 
-               [MonoTODO ("Implement access control")]
+               [MonoTODO ("Does not support access control, semaphoreSecurity is ignored")]
                public Semaphore (int initialCount, int maximumCount, string name, out bool createdNew, 
                        SemaphoreSecurity semaphoreSecurity)
                {