ChatSocket.h
资源名称:VC6.0.rar [点击查看]
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:1k
源码类别:
书籍源码
开发平台:
Visual C++
- #if !defined(AFX_CHATSOCKET_H__AACFB15B_0B95_4E24_8C48_749DF40F4726__INCLUDED_)
- #define AFX_CHATSOCKET_H__AACFB15B_0B95_4E24_8C48_749DF40F4726__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ChatSocket.h : header file
- //
- class CEx126ClientDlg;
- /////////////////////////////////////////////////////////////////////////////
- // CChatSocket command target
- class CChatSocket : public CSocket
- {
- // Attributes
- public:
- // Operations
- public:
- CChatSocket();
- virtual ~CChatSocket();
- // Overrides
- public:
- CChatSocket(CEx126ClientDlg* pDlg);
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CChatSocket)
- public:
- virtual void OnReceive(int nErrorCode);
- //}}AFX_VIRTUAL
- // Generated message map functions
- //{{AFX_MSG(CChatSocket)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- // Implementation
- protected:
- private:
- CEx126ClientDlg* m_pDlg;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CHATSOCKET_H__AACFB15B_0B95_4E24_8C48_749DF40F4726__INCLUDED_)