/* -*- C++ -*- */ //============================================================================= /** * @file Synch_T.h * * $Id$ * * @author Douglas C. Schmidt */ //============================================================================= #ifndef ACE_SYNCH_T_H #define ACE_SYNCH_T_H #include /**/ "ace/pre.h" #include "ace/config-all.h" //#include "ace/Synch.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "ace/Synch.h" #include "ace/Lock_Adapter_T.h" #include "ace/Reverse_Lock_T.h" #include "ace/Guard_T.h" #include "ace/TSS_T.h" #include "ace/Condition_T.h" #include "ace/Synch_Traits.h" #if defined (__ACE_INLINE__) #include "ace/Synch_T.i" #endif /* __ACE_INLINE__ */ #if defined (ACE_TEMPLATES_REQUIRE_SOURCE) #include "ace/Synch_T.cpp" #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ #if defined (ACE_TEMPLATES_REQUIRE_PRAGMA) #pragma implementation ("Synch_T.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ #include /**/ "ace/post.h" #endif /* ACE_SYNCH_T_H */