From: Michael D. <mik...@us...> - 2004-10-30 14:42:05
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17186/src/NHibernate Modified Files: NHibernate-1.1.csproj Removed Files: IScrollableResults.cs Log Message: NH-37: removed IScrollableResults removed some commented out code for old properties. --- IScrollableResults.cs DELETED --- Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** NHibernate-1.1.csproj 29 Oct 2004 05:59:38 -0000 1.55 --- NHibernate-1.1.csproj 30 Oct 2004 14:41:53 -0000 1.56 *************** *** 165,173 **** /> <File - RelPath = "IScrollableResults.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "ISession.cs" SubType = "Code" --- 165,168 ---- *************** *** 1001,1009 **** /> <File - RelPath = "Impl\ScrollableResultsImpl.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "Impl\SessionFactoryImpl.cs" SubType = "Code" --- 996,999 ---- |