www.pudn.com > CHA05.rar > CONNECTS.H


#if !defined(AFX_CONNECTS_H__3E3945A3_D687_11D3_B4AE_00C04F2B300E__INCLUDED_)
#define AFX_CONNECTS_H__3E3945A3_D687_11D3_B4AE_00C04F2B300E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ConnectS.h : header file
//


/////////////////////////////////////////////////////////////////////////////
// CConnectS command target

class CConnectS : public CAsyncSocket
{
// Attributes
public:

// Operations
public:
CConnectS();
virtual ~CConnectS();

// Overrides
public:
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CConnectS)
public:
virtual void OnClose(int nErrorCode);
virtual void OnConnect(int nErrorCode);
virtual void OnReceive(int nErrorCode);
virtual void OnSend(int nErrorCode);
//}}AFX_VIRTUAL

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

// Implementation
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CONNECTS_H__3E3945A3_D687_11D3_B4AE_00C04F2B300E__INCLUDED_)