// HwProtocol_demo.h : main header file for the HWPROTOCOL_DEMO application // #if !defined(AFX_HWPROTOCOL_DEMO_H__B3525443_A358_407E_9C8C_4A169E02B09B__INCLUDED_) #define AFX_HWPROTOCOL_DEMO_H__B3525443_A358_407E_9C8C_4A169E02B09B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // CHwProtocol_demoApp: // See HwProtocol_demo.cpp for the implementation of this class // class CHwProtocol_demoApp : public CWinApp { public: CHwProtocol_demoApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CHwProtocol_demoApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CHwProtocol_demoApp) // NOTE - the ClassWizard will add and remove member functions here. // DO NOT EDIT what you see in these blocks of generated code ! //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_HWPROTOCOL_DEMO_H__B3525443_A358_407E_9C8C_4A169E02B09B__INCLUDED_)