ConsoleSocket.h
上传用户:szopptop
上传日期:2013-04-23
资源大小:1047k
文件大小:1k
源码类别:

模拟服务器

开发平台:

Visual C++

  1. #if !defined(AFX_CONSOLESOCKET_H__C2E973DB_90BA_4535_9633_38278EAB8EDB__INCLUDED_)
  2. #define AFX_CONSOLESOCKET_H__C2E973DB_90BA_4535_9633_38278EAB8EDB__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ConsoleSocket.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CConsoleSocket command target
  10. class CConsoleSocket : public CAsyncSocket
  11. {
  12. // Attributes
  13. public:
  14. // Operations
  15. public:
  16. CConsoleSocket();
  17. virtual ~CConsoleSocket();
  18. // Overrides
  19. public:
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CConsoleSocket)
  22. //}}AFX_VIRTUAL
  23. // Generated message map functions
  24. //{{AFX_MSG(CConsoleSocket)
  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_CONSOLESOCKET_H__C2E973DB_90BA_4535_9633_38278EAB8EDB__INCLUDED_)