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

Telnet服务器

开发平台:

Visual C++

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