www.pudn.com > MsgEmulatorSerialTest.rar > SerialTest.h


// SerialTest.h : main header file for the SERIALTEST application 
// 
 
#if !defined(AFX_SERIALTEST_H__0538F0D1_B811_4495_9563_A3818A504A82__INCLUDED_) 
#define AFX_SERIALTEST_H__0538F0D1_B811_4495_9563_A3818A504A82__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#ifndef __AFXWIN_H__ 
	#error include 'stdafx.h' before including this file for PCH 
#endif 
 
#include "resource.h"		// main symbols 
 
///////////////////////////////////////////////////////////////////////////// 
// CSerialTestApp: 
// See SerialTest.cpp for the implementation of this class 
// 
 
class CSerialTestApp : public CWinApp 
{ 
public: 
	CSerialTestApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSerialTestApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CSerialTestApp) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SERIALTEST_H__0538F0D1_B811_4495_9563_A3818A504A82__INCLUDED_)