www.pudn.com > seedesk.zip > ListenlingSocket.h


#if !defined(AFX_LISTENLINGSOCKET_H__02DC4202_71F0_4327_968D_D88CB1D24B5E__INCLUDED_) 
#define AFX_LISTENLINGSOCKET_H__02DC4202_71F0_4327_968D_D88CB1D24B5E__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ListenlingSocket.h : header file 
// 
/*************************************************************************** 
 *        Module               :                              * 
 *         
 *                                                                         * 
 *        Created by           : ??      Date  : 2004.9.12         * 
 *        Modified by          :                  Date  :                  * 
 *                                                                         *  
 *                   *  
 ***************************************************************************/ 
 class CEmployerSeverDlg; 
 
 
///////////////////////////////////////////////////////////////////////////// 
// CListenlingSocket command target 
 
class CListenlingSocket : public CSocket 
{ 
// Attributes 
public: 
 
// Operations 
public: 
	 
	CListenlingSocket(CEmployerSeverDlg* pDlg); 
	virtual ~CListenlingSocket(); 
 
// Overrides 
public: 
	CEmployerSeverDlg* m_pDlg; 
	 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CListenlingSocket) 
	public: 
	virtual void OnAccept(int nErrorCode); 
	//}}AFX_VIRTUAL 
 
	// Generated message map functions 
	//{{AFX_MSG(CListenlingSocket) 
		// 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_LISTENLINGSOCKET_H__02DC4202_71F0_4327_968D_D88CB1D24B5E__INCLUDED_)