ClientSocket.h
资源名称:VC6.0.rar [点击查看]
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:1k
源码类别:
书籍源码
开发平台:
Visual C++
- #if !defined(AFX_CLIENTSOCKET_H__2E1926F0_BBEF_4E7A_9BF2_F392C0803AE5__INCLUDED_)
- #define AFX_CLIENTSOCKET_H__2E1926F0_BBEF_4E7A_9BF2_F392C0803AE5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ClientSocket.h : header file
- //
- class CEx126SvrDlg;
- /////////////////////////////////////////////////////////////////////////////
- // CClientSocket command target
- class CClientSocket : public CSocket
- {
- // Attributes
- public:
- // Operations
- public:
- CClientSocket();
- virtual ~CClientSocket();
- // Overrides
- public:
- CClientSocket(CEx126SvrDlg* pDlg);
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CClientSocket)
- public:
- virtual void OnReceive(int nErrorCode);
- //}}AFX_VIRTUAL
- // Generated message map functions
- //{{AFX_MSG(CClientSocket)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- // Implementation
- protected:
- private:
- CEx126SvrDlg* m_pDlg;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CLIENTSOCKET_H__2E1926F0_BBEF_4E7A_9BF2_F392C0803AE5__INCLUDED_)