1 /*******************************************************************************
2 * File : utils\common.h
5 * Created : 2009-10-21 13:15:05
7 ******************************************************************************/
9 #ifndef __COMMON_INC_20091021_131505_HENRY__
10 #define __COMMON_INC_20091021_131505_HENRY__
13 /*******************************************************************************
14 * Desc : Includes Files
15 ******************************************************************************/
19 #include "utils/typedef.h"
21 #include "utils/HLH_RoundU32.h"
22 #include "utils/HLH_Time.h"
24 #include "utils/HLH_Mutex.h"
25 #include "utils/HLH_Cond.h"
26 #include "utils/HLH_Thread.h"
28 #include "utils/HLH_Sock.h"
29 #include "utils/HLH_UDPSock.h"
32 /*******************************************************************************
33 * Desc : Macro Definations
34 ******************************************************************************/
37 /*******************************************************************************
38 * Desc : Type Definations
39 ******************************************************************************/
42 /*******************************************************************************
43 * Desc : Global Variables
44 ******************************************************************************/
47 /*******************************************************************************
49 ******************************************************************************/
52 #endif /* __COMMON_INC_20091021_131505_HENRY__ */