2008-11-18 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.Util / Transactions.cs
index 272a164294be3855ff1405e42e55fbd7b17f309f..caab377043cc8f2ae38ede159c7a6280168d58ab 100644 (file)
@@ -31,7 +31,6 @@ using System.Security.Permissions;
 
 namespace System.Web.Util
 {
-       [MonoTODO]
        // CAS
        [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        [AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
@@ -47,6 +46,7 @@ namespace System.Web.Util
                        InvokeTransacted (callback, mode, ref abortedTransaction);
                }
 
+               [MonoTODO ("Not implemented, not supported by Mono")]
                public static void InvokeTransacted (TransactedCallback callback, 
                                                        TransactionOption mode, 
                                                        ref bool transactionAborted)