Update of /cvsroot/nhibernate/nhibernate/src/NHibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26787
Modified Files:
NHibernate-1.1.csproj
Log Message:
sergey's patch for the visitor pattern from h2.1.
Index: NHibernate-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** NHibernate-1.1.csproj 25 Jan 2005 13:37:08 -0000 1.70
--- NHibernate-1.1.csproj 6 Feb 2005 01:58:56 -0000 1.71
***************
*** 955,958 ****
--- 955,963 ----
/>
<File
+ RelPath = "Impl\AbstractVisitor.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Impl\BatcherImpl.cs"
SubType = "Code"
***************
*** 970,973 ****
--- 975,983 ----
/>
<File
+ RelPath = "Impl\CollectionKey.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Impl\CriteriaImpl.cs"
SubType = "Code"
***************
*** 990,993 ****
--- 1000,1008 ----
/>
<File
+ RelPath = "Impl\FlushVisitor.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Impl\IExecutable.cs"
SubType = "Code"
***************
*** 1005,1008 ****
--- 1020,1038 ----
/>
<File
+ RelPath = "Impl\OnLockVisitor.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Impl\OnUpdateVisitor.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Impl\ProxyVisitor.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Impl\QueryImpl.cs"
SubType = "Code"
***************
*** 1010,1013 ****
--- 1040,1048 ----
/>
<File
+ RelPath = "Impl\ReattachVisitor.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Impl\ScheduledCollectionAction.cs"
SubType = "Code"
***************
*** 1070,1073 ****
--- 1105,1113 ----
/>
<File
+ RelPath = "Impl\WrapVisitor.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Loader\AbstractEntityLoader.cs"
SubType = "Code"
|