Create Project for repo.or.cz
[vp.git] / src / mfc / common.h
blobb3cd9ada0dc2822907e672ec5d3af09c15cd2d0e
1 /*******************************************************************************
2 * File : common.h
3 *
4 * Author : Henry He
5 * Created : Fri 30 Oct 2009 01:51:11 PM CST
6 * Description :
7 ******************************************************************************/
9 #ifndef __COMMON_INC_20091030_135111_HENRY__
10 #define __COMMON_INC_20091030_135111_HENRY__
13 /*******************************************************************************
14 * Desc : Includes Files
15 ******************************************************************************/
16 #include "mfc/MfcDriver.h"
17 #include "mfc/MfcDrvParams.h"
19 #include "mfc/H264Encoder.h"
20 #include "mfc/H264Decoder.h"
22 #include "mfc/SsbSipLogMsg.h"
26 /*******************************************************************************
27 * Desc : Macro Definations
28 ******************************************************************************/
31 /*******************************************************************************
32 * Desc : Type Definations
33 ******************************************************************************/
36 /*******************************************************************************
37 * Desc : Global Variables
38 ******************************************************************************/
41 /*******************************************************************************
42 * Desc : Functions
43 ******************************************************************************/
46 #endif /* __COMMON_INC_20091030_135111_HENRY__ */