www.pudn.com > EthernetSpy.zip > EthernetSpy.h


// EthernetSpy.h : main header file for the ETHERNETSPY application 
// 
 
#ifndef __AFXWIN_H__ 
	#error include 'stdafx.h' before including this file for PCH 
#endif 
 
#include "resource.h"       // main symbols 
 
///////////////////////////////////////////////////////////////////////////// 
// CEthernetSpyApp: 
// See EthernetSpy.cpp for the implementation of this class 
// 
 
class CEthernetSpyApp : public CWinApp 
{ 
public: 
	CEthernetSpyApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CEthernetSpyApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CEthernetSpyApp) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
/////////////////////////////////////////////////////////////////////////////