// // Enlistment.cs // // Author: // Atsushi Enomoto // // (C)2005 Novell Inc, // #if NET_2_0 namespace System.Transactions { public class Enlistment { internal Enlistment () { } [MonoTODO] public void Done () { throw new NotImplementedException (); } } } #endif