summaryrefslogtreecommitdiff
path: root/ace/Synch_T.cpp
blob: 22ee08d4e0bc56a1d4ee3553ff42ceb5095a0be2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

#ifndef ACE_SYNCH_T_CPP
#define ACE_SYNCH_T_CPP

#include "ace/Thread.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

// FUZZ: disable check_for_synch_include
#include "ace/Synch_T.h"
#include "ace/Log_Msg.h"

#include "ace/Lock_Adapter_T.cpp"
#include "ace/Reverse_Lock_T.cpp"
#include "ace/Guard_T.cpp"
#include "ace/TSS_T.cpp"
#include "ace/Condition_T.cpp"

#endif /* ACE_SYNCH_T_CPP */