www.pudn.com > FTP.rar > UserSocket.h


#if !defined(AFX_USERSOCKET_H__E15FC5B9_BE68_4D68_BA00_DE09982A7DE7__INCLUDED_) 
#define AFX_USERSOCKET_H__E15FC5B9_BE68_4D68_BA00_DE09982A7DE7__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// UserSocket.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CUserSocket command target 
class CClientDlg; 
class CUserSocket : public CSocket 
{ 
// Attributes 
public: 
   CClientDlg *u_dlg; 
// Operations 
public: 
	CUserSocket(CClientDlg *dlg); 
	virtual ~CUserSocket(); 
 
// Overrides 
public: 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CUserSocket) 
	public: 
	virtual void OnReceive(int nErrorCode); 
	//}}AFX_VIRTUAL 
 
	// Generated message map functions 
	//{{AFX_MSG(CUserSocket) 
		// 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_USERSOCKET_H__E15FC5B9_BE68_4D68_BA00_DE09982A7DE7__INCLUDED_)