ESocket.h
上传用户:hkeb168
上传日期:2022-07-04
资源大小:5040k
文件大小:1k
源码类别:

Email客户端

开发平台:

Visual C++

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