liteproxyserverdoc.h
来自「代理服务器是怎样操作和运行的,希望能提供一种参考和学习」· C头文件 代码 · 共 57 行
H
57 行
// LiteProxyServerDoc.h : interface of the CLiteProxyServerDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_LITEPROXYSERVERDOC_H__534938AB_ECF1_11D7_B8FA_0008A1444501__INCLUDED_)
#define AFX_LITEPROXYSERVERDOC_H__534938AB_ECF1_11D7_B8FA_0008A1444501__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CLiteProxyServerDoc : public CDocument
{
protected: // create from serialization only
CLiteProxyServerDoc();
DECLARE_DYNCREATE(CLiteProxyServerDoc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLiteProxyServerDoc)
public:
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CLiteProxyServerDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CLiteProxyServerDoc)
// 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_LITEPROXYSERVERDOC_H__534938AB_ECF1_11D7_B8FA_0008A1444501__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?