Author: duncan
Date: 2006-08-09 04:38:15 -0400 (Wed, 09 Aug 2006)
New Revision: 63521

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 because
        it now extends from ITransactionPromoter. Fixes #79037.


Modified: trunk/mcs/class/System.Transactions/System.Transactions/ChangeLog
===================================================================
--- trunk/mcs/class/System.Transactions/System.Transactions/ChangeLog   
2006-08-09 08:23:47 UTC (rev 63520)
+++ trunk/mcs/class/System.Transactions/System.Transactions/ChangeLog   
2006-08-09 08:38:15 UTC (rev 63521)
@@ -1,3 +1,8 @@
+2006-08-09  Duncan Mak  <[EMAIL PROTECTED]>
+
+       * IPromotableSinglePhaseNotification.cs (Promote): Removed because
+       it now extends from ITransactionPromoter. Fixes #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 08:23:47 UTC (rev 63520)
+++ 
trunk/mcs/class/System.Transactions/System.Transactions/IPromotableSinglePhaseNotification.cs
       2006-08-09 08:38:15 UTC (rev 63521)
@@ -11,12 +11,10 @@
 
 namespace System.Transactions
 {
-       public interface IPromotableSinglePhaseNotification
+       public interface IPromotableSinglePhaseNotification : 
ITransactionPromoter
        {
                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