[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:19:16 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:14:59.000000000 -0400
+++ shadow/79037.tmp.13904	2006-08-09 05:19:16.000000000 -0400
@@ -28,6 +28,22 @@
 interface, and inherit from it.
 
 http://msdn2.microsoft.com/en-us/library/system.transactions.ipromotablesinglephasenotification.aspx
 
 ------- Additional Comments From rharinath at novell.com  2006-08-09 05:14 -------
 Reverted r63517.
+
+------- Additional Comments From duncan at ximian.com  2006-08-09 05:19 -------
+Why revert why we can just do this?
+
+===================================================================
+--- IPromotableSinglePhaseNotification.cs	(revision 63520)
++++ IPromotableSinglePhaseNotification.cs	(working copy)
+@@ -11,12 +11,10 @@
+ 
+ namespace System.Transactions
+ {
+-	public interface IPromotableSinglePhaseNotification
++	public interface IPromotableSinglePhaseNotification :
+ITransactionPromoter
+ 	{
+


More information about the mono-bugs mailing list