From: Michael D. <mik...@us...> - 2005-02-07 01:34:49
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10106 Modified Files: NHibernate-1.1.csproj Log Message: modifications to Collections and their Types for caching related code. Formatting of the Visitor classes and added in two missing Visitors. Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** NHibernate-1.1.csproj 6 Feb 2005 01:58:56 -0000 1.71 --- NHibernate-1.1.csproj 7 Feb 2005 01:34:39 -0000 1.72 *************** *** 985,988 **** --- 985,993 ---- /> <File + RelPath = "Impl\DirtyCollectionSearchVisitor.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Impl\EntityEntry.cs" SubType = "Code" *************** *** 995,998 **** --- 1000,1008 ---- /> <File + RelPath = "Impl\EvictVisitor.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Impl\FilterImpl.cs" SubType = "Code" |