www.pudn.com > Elevators.rar > MsgList.h


// MsgList.h: interface for the CMsgList class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_MSGLIST_H__F06E4CC3_F1B6_11D5_99FA_00E04CE2E086__INCLUDED_) 
#define AFX_MSGLIST_H__F06E4CC3_F1B6_11D5_99FA_00E04CE2E086__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include  
using namespace std; 
 
class CMsgList : public list   
{ 
public: 
	bool RemoveByPID(int pid); 
	CMsgList(); 
	virtual ~CMsgList(); 
 
}; 
 
#endif // !defined(AFX_MSGLIST_H__F06E4CC3_F1B6_11D5_99FA_00E04CE2E086__INCLUDED_)