www.pudn.com > 17123337.rar > CliSocket.h


#if !defined(AFX_CLISOCKET_H__C80707A1_DED2_11D5_A351_0000E86524DF__INCLUDED_) 
#define AFX_CLISOCKET_H__C80707A1_DED2_11D5_A351_0000E86524DF__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// CliSocket.h : header file 
// 
 
 
///////////////////////////////////////////////////////////////////////////// 
// CCliSocket command target 
class CTCPClientDoc; 
 
class CCliSocket : public CSocket 
{ 
// Attributes 
public: 
	CTCPClientDoc	*m_pDoc; 
// Operations 
public: 
	CCliSocket(); 
	virtual ~CCliSocket(); 
 
// Overrides 
public: 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCliSocket) 
	public: 
	virtual void OnReceive(int iErrorCode); 
	//}}AFX_VIRTUAL 
 
	// Generated message map functions 
	//{{AFX_MSG(CCliSocket) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
 
// Implementation 
protected: 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CLISOCKET_H__C80707A1_DED2_11D5_A351_0000E86524DF__INCLUDED_)