You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
This commit is contained in:
parent
4bdbaf4a88
commit
966bba02bb
@@ -67,15 +67,15 @@ namespace System.Transactions
|
||||
}
|
||||
|
||||
[MonoTODO ("Not implemented")]
|
||||
public static void RecoveryComplete (Guid manager)
|
||||
public static void RecoveryComplete (Guid resourceManagerIdentifier)
|
||||
{
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
|
||||
[MonoTODO ("Not implemented")]
|
||||
public static Enlistment Reenlist (Guid manager,
|
||||
byte[] recoveryInfo,
|
||||
IEnlistmentNotification notification)
|
||||
public static Enlistment Reenlist (Guid resourceManagerIdentifier,
|
||||
byte[] recoveryInformation,
|
||||
IEnlistmentNotification enlistmentNotification)
|
||||
{
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user