MessSocket.h
上传用户:jnhwc1
上传日期:2022-07-09
资源大小:100k
文件大小:1k
源码类别:

进程与线程

开发平台:

Visual C++

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