www.pudn.com > Mos.rar > Mos_main.h


// Mos_main.h: interface for the Mos_main class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_MOS_MAIN_H__AC7553EB_BB7D_46EE_923B_21F18191C5EF__INCLUDED_) 
#define AFX_MOS_MAIN_H__AC7553EB_BB7D_46EE_923B_21F18191C5EF__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "Mos_io.h" 
#include "Mos_UI.h"	// Added by ClassView 
class Mos_main 
{ 
public: 
	Mos_main(); 
	virtual ~Mos_main(); 
	void init(); 
	bool term(); 
private: 
	CMos_UI m_UI; 
	CMos_proc m_proc; 
protected: 
	void Deal_int(int n,char* to,char* from); 
	void PrintSysMsg(); 
}; 
 
#endif // !defined(AFX_MOS_MAIN_H__AC7553EB_BB7D_46EE_923B_21F18191C5EF__INCLUDED_)