From: Michael D. <mik...@us...> - 2005-01-24 03:33:45
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7654/NHibernate Modified Files: ITransaction.cs Log Message: added a TODO to implement IDisposable. Index: ITransaction.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/ITransaction.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ITransaction.cs 1 Jan 2005 03:34:01 -0000 1.3 --- ITransaction.cs 24 Jan 2005 03:33:30 -0000 1.4 *************** *** 15,18 **** --- 15,19 ---- /// at a time. Implementors are not intended to be threadsafe. /// </remarks> + //TODO: add IDisposable public interface ITransaction { |