Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / dep / ACE_wrappers / ace / Synch_T.cpp
blobc66e02768d6adf4d57dc355f8bde3048af3f0ec3
1 // $Id: Synch_T.cpp 80826 2008-03-04 14:51:23Z wotte $
3 #ifndef ACE_SYNCH_T_CPP
4 #define ACE_SYNCH_T_CPP
6 #include "ace/Thread.h"
8 #if !defined (ACE_LACKS_PRAGMA_ONCE)
9 # pragma once
10 #endif /* ACE_LACKS_PRAGMA_ONCE */
12 // FUZZ: disable check_for_synch_include
13 #include "ace/Synch_T.h"
14 #include "ace/Log_Msg.h"
16 #include "ace/Lock_Adapter_T.cpp"
17 #include "ace/Reverse_Lock_T.cpp"
18 #include "ace/Guard_T.cpp"
19 #include "ace/TSS_T.cpp"
20 #include "ace/Condition_T.cpp"
22 #endif /* ACE_SYNCH_T_CPP */