diff options
| author | Machiavelli <none@none> | 2010-06-25 00:18:01 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2010-06-25 00:18:01 +0200 |
| commit | 0f7657b68c8b6444fadb480cdd0f87631391afa5 (patch) | |
| tree | a5ffdaecbb1332ffbc655916842a23a622340c98 /win | |
| parent | a6b9e716a61334e218cff227f66b0c51053e72f3 (diff) | |
Get rid of Trinity Singleton and Threading patterns and replace them with ACE_Singletons and ACE_GUARD_x macro´s with ACE_Thread_Mutex´es respectively.
Also get rid of unused CountedReference class that used Trinity threading pattern.
--HG--
branch : trunk
Diffstat (limited to 'win')
| -rw-r--r-- | win/VC90/shared.vcproj | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/win/VC90/shared.vcproj b/win/VC90/shared.vcproj index 2c7310a7929..536939f9d5a 100644 --- a/win/VC90/shared.vcproj +++ b/win/VC90/shared.vcproj @@ -589,22 +589,6 @@ > </File> <Filter - Name="CountedReference" - > - <File - RelativePath="..\..\src\server\shared\Dynamic\CountedReference\Reference.h" - > - </File> - <File - RelativePath="..\..\src\server\shared\Dynamic\CountedReference\ReferenceHolder.h" - > - </File> - <File - RelativePath="..\..\src\server\shared\Dynamic\CountedReference\ReferenceImpl.h" - > - </File> - </Filter> - <Filter Name="LinkedReference" > <File @@ -642,14 +626,6 @@ </File> </Filter> <Filter - Name="Policies" - > - <File - RelativePath="..\..\src\server\shared\Policies\ObjectLifeTime.cpp" - > - </File> - </Filter> - <Filter Name="Threading" > <File |
