Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.2 KiB

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