www.pudn.com > demo_client_VE_Lite.zip > VoiceEngine_DemoApp.h


// VoiceEngine_DemoApp.h : main header file for the VOICEENGINE_DEMOAPP application 
// 
 
#if !defined(AFX_VOICEENGINE_DEMOAPP_H__6D76E4F5_7B31_4BCD_B746_84AB7D5E017F__INCLUDED_) 
#define AFX_VOICEENGINE_DEMOAPP_H__6D76E4F5_7B31_4BCD_B746_84AB7D5E017F__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CVoiceEngine_DemoAppApp: 
// See VoiceEngine_DemoApp.cpp for the implementation of this class 
// 
 
class CVoiceEngine_DemoAppApp : public CWinApp 
{ 
public: 
	CVoiceEngine_DemoAppApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CVoiceEngine_DemoAppApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CVoiceEngine_DemoAppApp) 
		// 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_VOICEENGINE_DEMOAPP_H__6D76E4F5_7B31_4BCD_B746_84AB7D5E017F__INCLUDED_)