www.pudn.com > zhuabao.rar > MyToolBar.cpp


// MyToolBar.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "PacketReplay.h" 
#include "MyToolBar.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// CMyToolBar 
 
CMyToolBar::CMyToolBar() 
{ 
} 
 
CMyToolBar::~CMyToolBar() 
{ 
} 
 
 
BEGIN_MESSAGE_MAP(CMyToolBar, CToolBar) 
	//{{AFX_MSG_MAP(CMyToolBar) 
		// NOTE - the ClassWizard will add and remove mapping macros here. 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// CMyToolBar message handlers