listenfunsocket.h

来自「用过恒迅达交换机的人都知道。恒迅达交换机是需要在交换机内部运行中间程序来给脚本提」· C头文件 代码 · 共 51 行

H
51
字号
#if !defined(AFX_LISTENSOCKET_H__71841752_F845_441C_A60B_63C07261858A__INCLUDED_)
#define AFX_LISTENSOCKET_H__71841752_F845_441C_A60B_63C07261858A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ListenSocket.h : header file
//



/////////////////////////////////////////////////////////////////////////////
// CListenSocket command target
class CAppServerDlg;

class CListenFunSocket : public CAsyncSocket
{
// Attributes
public:

// Operations
public:
	CListenFunSocket();
	CListenFunSocket(CAppServerDlg * pDlg);
	virtual ~CListenFunSocket();

// Overrides
public:
	CAppServerDlg * m_pDlg;
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CListenSocket)
	public:
	virtual void OnAccept(int nErrorCode);
	//}}AFX_VIRTUAL

	// Generated message map functions
	//{{AFX_MSG(CListenSocket)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG

// Implementation
protected:
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_LISTENSOCKET_H__71841752_F845_441C_A60B_63C07261858A__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?