ChatLsnSock.h
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:1k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. #if !defined(AFX_CHATLSNSOCK_H__2491CCE4_FA7C_11D3_92E0_5254AB172F50__INCLUDED_)
  2. #define AFX_CHATLSNSOCK_H__2491CCE4_FA7C_11D3_92E0_5254AB172F50__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ChatLsnSock.h : header file
  7. //
  8. class CAnyServerDoc;
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CChatLsnSock command target
  11. class CChatLsnSock : public CAsyncSocket
  12. {
  13. // Attributes
  14. public:
  15. // Operations
  16. public:
  17. CChatLsnSock();
  18. CChatLsnSock(CAnyServerDoc* pDoc);
  19. virtual ~CChatLsnSock();
  20. CAnyServerDoc* m_pDoc;
  21. // Overrides
  22. public:
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CChatLsnSock)
  25. public:
  26. virtual void OnAccept(int nErrorCode);
  27. //}}AFX_VIRTUAL
  28. // Generated message map functions
  29. //{{AFX_MSG(CChatLsnSock)
  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_CHATLSNSOCK_H__2491CCE4_FA7C_11D3_92E0_5254AB172F50__INCLUDED_)