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

Telnet服务器

开发平台:

Visual C++

  1. #if !defined(AFX_CHATER_H__3178BE22_FA84_11D3_9E45_00A0C936C4B3__INCLUDED_)
  2. #define AFX_CHATER_H__3178BE22_FA84_11D3_9E45_00A0C936C4B3__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Chater.h : header file
  7. //
  8. class CTalk;
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CChater command target
  11. class CChater : public CSocket
  12. {
  13. // Attributes
  14. public:
  15. // Operations
  16. public:
  17. CChater(CTalk *ptalk);
  18. virtual ~CChater();
  19. CTalk *m_ptalk;
  20. CSocketFile *pfile;
  21. CArchive *arin,*arout;
  22. // Overrides
  23. public:
  24. void init();
  25. void Send(CString dwValue);
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CChater)
  28. public:
  29. virtual void OnReceive(int nErrorCode);
  30. //}}AFX_VIRTUAL
  31. // Generated message map functions
  32. //{{AFX_MSG(CChater)
  33. //}}AFX_MSG
  34. // Implementation
  35. protected:
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_CHATER_H__3178BE22_FA84_11D3_9E45_00A0C936C4B3__INCLUDED_)