diff options
Diffstat (limited to 'dep/acelite/ace/Synch.h')
-rw-r--r-- | dep/acelite/ace/Synch.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/dep/acelite/ace/Synch.h b/dep/acelite/ace/Synch.h index 4a1924a76df..13320937310 100644 --- a/dep/acelite/ace/Synch.h +++ b/dep/acelite/ace/Synch.h @@ -4,7 +4,7 @@ /** * @file Synch.h * - * $Id: Synch.h 80826 2008-03-04 14:51:23Z wotte $ + * $Id: Synch.h 91688 2010-09-09 11:21:50Z johnnyw $ * * Wrapper Facades for various synchronization mechanisms. * @@ -47,18 +47,6 @@ #include "ace/Thread_Semaphore.h" #include "ace/TSS_Adapter.h" -// Include the templates here. -// FUZZ: disable check_for_synch_include -#include "ace/Synch_T.h" - -#if defined (ACE_LEGACY_MODE) -# include "ace/File_Lock.h" -# include "ace/Process_Semaphore.h" -# include "ace/Process_Mutex.h" -# include "ace/RW_Process_Mutex.h" -# include "ace/Test_and_Set.h" -#endif /* ACE_LEGACY_MODE */ - #endif /* DO_NOT_INCLUDE_SYNCH_H */ #include /**/ "ace/post.h" |