MySocket.h
上传用户:qzzxgm
上传日期:2009-12-14
资源大小:1882k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

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