www.pudn.com > gprs_sms.zip > SmsDllTest.h


// SmsDllTest.h : main header file for the SMSDLLTEST application 
// 
 
#if !defined(AFX_SMSDLLTEST_H__D7CD5D08_E111_45BA_A826_1AF792968E1B__INCLUDED_) 
#define AFX_SMSDLLTEST_H__D7CD5D08_E111_45BA_A826_1AF792968E1B__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CSmsDllTestApp: 
// See SmsDllTest.cpp for the implementation of this class 
// 
 
class CSmsDllTestApp : public CWinApp 
{ 
public: 
	CSmsDllTestApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSmsDllTestApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
public: 
	//{{AFX_MSG(CSmsDllTestApp) 
	afx_msg void OnAppAbout(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SMSDLLTEST_H__D7CD5D08_E111_45BA_A826_1AF792968E1B__INCLUDED_)