[Mono-bugs] [Bug 79037][Wis] Changed - System.Transactions.IPromotableSinglePhaseNotification should not include a Promote member, but should derive from ITransactionPromoter, a new interface

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 9 05:26:51 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by duncan at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79037

--- shadow/79037	2006-08-09 05:19:16.000000000 -0400
+++ shadow/79037.tmp.13946	2006-08-09 05:26:51.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 79037
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.Data
 AssignedTo: jankit at novell.com                            
 ReportedBy: reggie at mysql.com               
 QAContact: mono-bugs at ximian.com
@@ -44,6 +44,15 @@
  {
 -	public interface IPromotableSinglePhaseNotification
 +	public interface IPromotableSinglePhaseNotification :
 ITransactionPromoter
  	{
 
+
+------- Additional Comments From duncan at ximian.com  2006-08-09 05:26 -------
+Okay.
+
+Removed Promote from IPromotableSinglePhaseNotification.
+
+Made IPromotableSinglePhaseNotification extend from ITransactionPromoter.
+
+Fixed in r63521.


More information about the mono-bugs mailing list