1. 程式人生 > >讓你的CSocket支援超時(TimeOut)

讓你的CSocket支援超時(TimeOut)

{
// Attributes
public:
     BOOL m_Kill;
// Operations
public:
    CTimeOutSocket();
    
virtual~CTimeOutSocket();

// Overrides
public:
    
// ClassWizard generated virtual function overrides
    
//{{AFX_VIRTUAL(CTimeOutSocket)
protected:
    
virtual BOOL ConnectHelper(const SOCKADDR* lpSockAddr, int nSockAddrLen);
    
//}}AFX_VIRTUAL

    
// Generated message map functions
    
//{{AFX_MSG(CTimeOutSocket)
        
// NOTE - the ClassWizard will add and remove member functions here.
    
//}}AFX_MSG

// Implementation
protected:
}