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


// Mos_sw.h: interface for the CMos_sw class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_MOS_SW_H__4B505E52_AC5A_4584_9614_BA9B7003549B__INCLUDED_) 
#define AFX_MOS_SW_H__4B505E52_AC5A_4584_9614_BA9B7003549B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "Mos_inth.h" 
#include "Mos_input.h"	// Added by ClassView 
#include "Mos_out.h"	// Added by ClassView 
#include "Mos_jsw.h"	// Added by ClassView 
#include "Mos_UI.h"	// Added by ClassView 
class CMos_sw   
{ 
public: 
	CMos_sw(); 
	virtual ~CMos_sw(); 
	void swtch(); 
protected: 
	void run(); 
	void idle(); 
private: 
	CMos_UI m_UI; 
	CMos_jsw m_jsw; 
	CMos_out m_out; 
	CMos_input m_in; 
	CMos_proc mos_proc; 
	CMos_inth m_inth; 
}; 
 
#endif // !defined(AFX_MOS_SW_H__4B505E52_AC5A_4584_9614_BA9B7003549B__INCLUDED_)