ClientSocket.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

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