From: Kevin W. <kev...@us...> - 2004-12-31 19:54:51
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13257 Modified Files: SessionImpl.cs Log Message: fixing xml comments and letting ReSharper do reformatting Index: SessionImpl.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl/SessionImpl.cs,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** SessionImpl.cs 16 Dec 2004 21:55:24 -0000 1.57 --- SessionImpl.cs 31 Dec 2004 19:54:42 -0000 1.58 *************** *** 3,11 **** using System.Data; using System.Runtime.Serialization; - using System.Text; - using System.Text.RegularExpressions; - using Iesi.Collections; ! using NHibernate.Cache; using NHibernate.Collection; --- 3,8 ---- [...7412 lines suppressed...] ! EvictCollections( ! actype.GetPropertyValues( values[ i ], this ), ! actype.Subtypes ! ); ! } ! } ! } ! ! /// <summary> ! /// ! /// </summary> ! /// <param name="entity"></param> ! /// <returns></returns> ! public object GetVersion( object entity ) { ! return GetEntry( entity ).Version; } } ! } \ No newline at end of file |