#include "DbgIPS.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif DbgIPS::DbgIPS(CWnd *pParentWnd) : CDialog(171, pParentWnd) { Create(171, pParentWnd); } /*virtual*/ void DbgIPS::DoDataExchange(CDataExchange *pDX) { CWnd::DoDataExchange(pDX); } BEGIN_MESSAGE_MAP(DbgIPS, CDialog) END_MESSAGE_MAP()