📄 bike.h
字号:
#if !defined(AFX_BIKE_H__013E4B87_83EB_11D4_8C4D_00001C504841__INCLUDED_)
#define AFX_BIKE_H__013E4B87_83EB_11D4_8C4D_00001C504841__INCLUDED_
// BIKE.H - Header file for your Internet Server
// bike Extension
#include "resource.h"
class CBikeExtension : public CHttpServer
{
public:
CBikeExtension();
~CBikeExtension();
private:
CCriticalSection m_cs;
int m_nTotalPizzaOrders;
// Overrides
// ClassWizard generated virtual function overrides
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//{{AFX_VIRTUAL(CBikeExtension)
public:
virtual BOOL GetExtensionVersion(HSE_VERSION_INFO* pVer);
virtual LPCTSTR GetTitle() const;
//}}AFX_VIRTUAL
virtual BOOL TerminateExtension(DWORD dwFlags);
// TODO: Add handlers for your commands here.
// For example:
void ConfirmOrder(CHttpServerContext* pCtxt, LPCTSTR pstrName);
void ReturnBikeForm(CHttpServerContext* pCtxt, LPCTSTR pstrName, LPCTSTR pstrAddr, int nQuantity,
LPCTSTR pstrSize, LPCTSTR pstrTop1, LPCTSTR pstrTop2, LPCTSTR pstrTop3, LPCTSTR pstrTop4);
void Default(CHttpServerContext* pCtxt);
DECLARE_PARSE_MAP()
//{{AFX_MSG(CBikeExtension)
//}}AFX_MSG
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BIKE_H__013E4B87_83EB_11D4_8C4D_00001C504841__INCLUDED)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -