From: Michael D. <mik...@us...> - 2004-08-28 04:19:31
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29981/src/NHibernate/Impl Modified Files: SessionImpl.cs Log Message: method renamed in IBatcher Index: SessionImpl.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl/SessionImpl.cs,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** SessionImpl.cs 19 Aug 2004 17:48:35 -0000 1.39 --- SessionImpl.cs 28 Aug 2004 04:19:22 -0000 1.40 *************** *** 3504,3508 **** if (connection==null) throw new HibernateException("session already disconnected"); ! if (batcher!=null) batcher.CloseStatements(); IDbConnection c = connection; connection=null; --- 3504,3508 ---- if (connection==null) throw new HibernateException("session already disconnected"); ! if (batcher!=null) batcher.CloseCommands(); IDbConnection c = connection; connection=null; |