aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/PrecompiledHeaders/WinAcePCH.h
blob: 6ff97bfcf159656e953b577d0b6cf0a0ad7efb32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef WIN_ACE_PCH
#define WIN_ACE_PCH

#include "ace/ACE.h"

#include "ace/Synch_Traits.h"
#include "ace/Svc_Handler.h"
#include "ace/SOCK_Stream.h"
#include "ace/SOCK_Acceptor.h"
#include "ace/Acceptor.h"
#include "ace/Thread_Mutex.h"
#include "ace/Guard_T.h"
#include "ace/Unbounded_Queue.h"
#include "ace/Message_Block.h"

#endif