Author: duncan
Date: 2006-08-09 01:57:19 -0400 (Wed, 09 Aug 2006)
New Revision: 63517

Modified:
   trunk/mcs/class/System.Transactions/System.Transactions/ChangeLog
   
trunk/mcs/class/System.Transactions/System.Transactions/IPromotableSinglePhaseNotification.cs
Log:
2006-08-09  Duncan Mak  <[EMAIL PROTECTED]>

        * IPromotableSinglePhaseNotification.cs (Promote): Removed, as
        pointed out in bug 79037.


Modified: trunk/mcs/class/System.Transactions/System.Transactions/ChangeLog
===================================================================
--- trunk/mcs/class/System.Transactions/System.Transactions/ChangeLog   
2006-08-09 04:37:51 UTC (rev 63516)
+++ trunk/mcs/class/System.Transactions/System.Transactions/ChangeLog   
2006-08-09 05:57:19 UTC (rev 63517)
@@ -1,3 +1,8 @@
+2006-08-09  Duncan Mak  <[EMAIL PROTECTED]>
+
+       * IPromotableSinglePhaseNotification.cs (Promote): Removed, as
+       pointed out in bug 79037.
+
 2006-04-07  Mike Kestner  <[EMAIL PROTECTED]>
 
        * IdcTransaction.cs: comment out the ComVisible attr to fix build.

Modified: 
trunk/mcs/class/System.Transactions/System.Transactions/IPromotableSinglePhaseNotification.cs
===================================================================
--- 
trunk/mcs/class/System.Transactions/System.Transactions/IPromotableSinglePhaseNotification.cs
       2006-08-09 04:37:51 UTC (rev 63516)
+++ 
trunk/mcs/class/System.Transactions/System.Transactions/IPromotableSinglePhaseNotification.cs
       2006-08-09 05:57:19 UTC (rev 63517)
@@ -15,8 +15,6 @@
        {
                void Initialize ();
 
-               Transaction Promote ();
-
                void Rollback (SinglePhaseEnlistment enlistment);
 
                void SinglePhaseCommit (SinglePhaseEnlistment enlistment);

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to