www.pudn.com > GSMTest1.rar > Msgman.cpp


// Msgman.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "GSMTest.h" 
#include "Msgman.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// CMsgman dialog 
 
 
CMsgman::CMsgman(CWnd* pParent /*=NULL*/) 
	: CDialog(CMsgman::IDD, pParent) 
{ 
	//{{AFX_DATA_INIT(CMsgman) 
		// NOTE: the ClassWizard will add member initialization here 
	//}}AFX_DATA_INIT 
} 
 
 
void CMsgman::DoDataExchange(CDataExchange* pDX) 
{ 
	CDialog::DoDataExchange(pDX); 
	//{{AFX_DATA_MAP(CMsgman) 
	DDX_Control(pDX, IDC_MSGLIST, m_ctrMsglist); 
	//}}AFX_DATA_MAP 
} 
 
 
BEGIN_MESSAGE_MAP(CMsgman, CDialog) 
	//{{AFX_MSG_MAP(CMsgman) 
		// NOTE: the ClassWizard will add message map macros here 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// CMsgman message handlers