Merge pull request #2417 from razzfazz/guard_substr
[mono.git] / mcs / class / System.Web / System.Web.Util / WorkItem.cs
index 7aba89f563ed3bcd5d742c9a5607ed8961c3294b..5e03ca366e2eff6bfb8cf38e30633dfa71764cfa 100644 (file)
@@ -30,7 +30,6 @@ using System.Security.Permissions;
 
 namespace System.Web.Util
 {
-       [MonoTODO]
        // CAS
        [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        [AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
@@ -41,6 +40,7 @@ namespace System.Web.Util
                }
 
                [SecurityPermission (SecurityAction.Demand, UnmanagedCode = true)]
+               [MonoTODO ("Not implemented, not currently supported by Mono")]
                public static void Post (WorkItemCallback callback)
                {
                        // note: this is the documented exception for (Windows) OS prior to NT