ClientSocket.h
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. #if !defined(AFX_CLIENTSOCKET_H__2E1926F0_BBEF_4E7A_9BF2_F392C0803AE5__INCLUDED_)
  2. #define AFX_CLIENTSOCKET_H__2E1926F0_BBEF_4E7A_9BF2_F392C0803AE5__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ClientSocket.h : header file
  7. //
  8. class CEx126SvrDlg;
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CClientSocket command target
  11. class CClientSocket : public CSocket
  12. {
  13. // Attributes
  14. public:
  15. // Operations
  16. public:
  17. CClientSocket();
  18. virtual ~CClientSocket();
  19. // Overrides
  20. public:
  21. CClientSocket(CEx126SvrDlg* pDlg);
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CClientSocket)
  24. public:
  25. virtual void OnReceive(int nErrorCode);
  26. //}}AFX_VIRTUAL
  27. // Generated message map functions
  28. //{{AFX_MSG(CClientSocket)
  29. // NOTE - the ClassWizard will add and remove member functions here.
  30. //}}AFX_MSG
  31. // Implementation
  32. protected:
  33. private:
  34. CEx126SvrDlg* m_pDlg;
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_CLIENTSOCKET_H__2E1926F0_BBEF_4E7A_9BF2_F392C0803AE5__INCLUDED_)