diff options
Diffstat (limited to 'dep/ACE_wrappers/ace/Synch.h')
-rw-r--r-- | dep/ACE_wrappers/ace/Synch.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dep/ACE_wrappers/ace/Synch.h b/dep/ACE_wrappers/ace/Synch.h index 756b969ea6d..caf1da4865c 100644 --- a/dep/ACE_wrappers/ace/Synch.h +++ b/dep/ACE_wrappers/ace/Synch.h @@ -1,5 +1,4 @@ // -*- C++ -*- - //========================================================================== /** * @file Synch.h @@ -11,22 +10,16 @@ * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> */ //========================================================================== - #ifndef ACE_SYNCH_H #define ACE_SYNCH_H #include /**/ "ace/pre.h" - #include /**/ "ace/config-all.h" - #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ - #if !defined (DO_NOT_INCLUDE_SYNCH_H) - /* All the classes have been moved out into their own headers as part of the compile-time and footprint reduction effort. */ - #include "ace/Auto_Event.h" #include "ace/Barrier.h" #include "ace/Condition_Thread_Mutex.h" @@ -46,11 +39,9 @@ #include "ace/Thread_Mutex.h" #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" @@ -58,9 +49,7 @@ # 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" #endif /* ACE_SYNCH_H */ |