www.pudn.com > MultiLineChatRoomVCSrc.zip > ServerSocket.h


#if !defined(AFX_SERVERSOCKET_H__226B9A23_8F2A_4041_91F5_B5BBA6F59C36__INCLUDED_) 
#define AFX_SERVERSOCKET_H__226B9A23_8F2A_4041_91F5_B5BBA6F59C36__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ServerSocket.h : header file 
// 
 
 
 
///////////////////////////////////////////////////////////////////////////// 
// CServerSocket command target 
 
class CServerSocket : public CSocket 
{ 
// Attributes 
public: 
 
// Operations 
public: 
	CServerSocket(); 
	virtual ~CServerSocket(); 
 
// Overrides 
public: 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CServerSocket) 
	public: 
	virtual void OnAccept(int nErrorCode); 
	//}}AFX_VIRTUAL 
 
	// Generated message map functions 
	//{{AFX_MSG(CServerSocket) 
		// 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_SERVERSOCKET_H__226B9A23_8F2A_4041_91F5_B5BBA6F59C36__INCLUDED_)