Chater.h
资源名称:(vc).rar [点击查看]
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:1k
源码类别:
Telnet服务器
开发平台:
Visual C++
- #if !defined(AFX_CHATER_H__3178BE22_FA84_11D3_9E45_00A0C936C4B3__INCLUDED_)
- #define AFX_CHATER_H__3178BE22_FA84_11D3_9E45_00A0C936C4B3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Chater.h : header file
- //
- class CTalk;
- /////////////////////////////////////////////////////////////////////////////
- // CChater command target
- class CChater : public CSocket
- {
- // Attributes
- public:
- // Operations
- public:
- CChater(CTalk *ptalk);
- virtual ~CChater();
- CTalk *m_ptalk;
- CSocketFile *pfile;
- CArchive *arin,*arout;
- // Overrides
- public:
- void init();
- void Send(CString dwValue);
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CChater)
- public:
- virtual void OnReceive(int nErrorCode);
- //}}AFX_VIRTUAL
- // Generated message map functions
- //{{AFX_MSG(CChater)
- //}}AFX_MSG
- // Implementation
- protected:
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CHATER_H__3178BE22_FA84_11D3_9E45_00A0C936C4B3__INCLUDED_)