Update of /cvsroot/adapdev/Adapdev/src/Adapdev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15710/src/Adapdev
Modified Files:
Adapdev.csproj
Log Message:
Added new objects for multi-threading
Modified ForeignKeyAssociation to display the full foreign key name
Fixed some bugs w/ the unit test multi-threading
Index: Adapdev.csproj
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev/Adapdev.csproj,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Adapdev.csproj 8 Nov 2005 01:09:54 -0000 1.11
--- Adapdev.csproj 14 Nov 2005 04:14:10 -0000 1.12
***************
*** 566,569 ****
--- 566,574 ----
/>
<File
+ RelPath = "Threading\CallerThreadContext.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Threading\DelegateAdapter.cs"
SubType = "Code"
***************
*** 571,574 ****
--- 576,594 ----
/>
<File
+ RelPath = "Threading\Exceptions.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Threading\SmartThreadPool.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Threading\STPStartInfo.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Threading\ThreadPoolWait.cs"
SubType = "Code"
***************
*** 576,579 ****
--- 596,609 ----
/>
<File
+ RelPath = "Threading\WorkItem.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Threading\WorkItemsQueue.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Transactions\TransactionScope.cs"
SubType = "Code"
|