Update of /cvsroot/nhibernate/nhibernate/src/NHibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14662/NHibernate
Modified Files:
NHibernate-1.1.csproj
Log Message:
Added class QueryParameters to reduce the number of params in
methods. It was taken from h2.1.6
Index: NHibernate-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** NHibernate-1.1.csproj 30 Oct 2004 14:41:53 -0000 1.56
--- NHibernate-1.1.csproj 31 Oct 2004 04:30:59 -0000 1.57
***************
*** 606,609 ****
--- 606,614 ----
/>
<File
+ RelPath = "Engine\QueryParameters.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Engine\RowSelection.cs"
SubType = "Code"
|