ServerSocket.h
上传用户:power_led
上传日期:2013-04-11
资源大小:373k
文件大小:1k
源码类别:

ICQ/即时通讯

开发平台:

Visual C++

  1. #if !defined(AFX_SERVERSOCKET_H__226B9A23_8F2A_4041_91F5_B5BBA6F59C36__INCLUDED_)
  2. #define AFX_SERVERSOCKET_H__226B9A23_8F2A_4041_91F5_B5BBA6F59C36__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ServerSocket.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CServerSocket command target
  10. class CServerSocket : public CSocket
  11. {
  12. // Attributes
  13. public:
  14. // Operations
  15. public:
  16. CServerSocket();
  17. virtual ~CServerSocket();
  18. // Overrides
  19. public:
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CServerSocket)
  22. public:
  23. virtual void OnAccept(int nErrorCode);
  24. //}}AFX_VIRTUAL
  25. // Generated message map functions
  26. //{{AFX_MSG(CServerSocket)
  27. // NOTE - the ClassWizard will add and remove member functions here.
  28. //}}AFX_MSG
  29. // Implementation
  30. protected:
  31. };
  32. /////////////////////////////////////////////////////////////////////////////
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_SERVERSOCKET_H__226B9A23_8F2A_4041_91F5_B5BBA6F59C36__INCLUDED_)