nimdafilter.h
上传用户:leon2013
上传日期:2007-01-10
资源大小:186k
文件大小:1k
源码类别:

杀毒

开发平台:

Visual C++

  1. #if !defined(AFX_NIMDAFILTER_H__E2C92ED8_2DB1_487A_81F2_075669E064C2__INCLUDED_)
  2. #define AFX_NIMDAFILTER_H__E2C92ED8_2DB1_487A_81F2_075669E064C2__INCLUDED_
  3. // NIMDAFILTER.H - Header file for your Internet Server
  4. //    Nimda Virus Filter
  5. #include "resource.h"
  6. class CNimdaFilter : public CHttpFilter
  7. {
  8. public:
  9. CNimdaFilter();
  10. ~CNimdaFilter();
  11. CFile logfile;
  12. // Overrides
  13. // ClassWizard generated virtual function overrides
  14. // NOTE - the ClassWizard will add and remove member functions here.
  15. //    DO NOT EDIT what you see in these blocks of generated code !
  16. //{{AFX_VIRTUAL(CNimdaFilter)
  17. public:
  18. virtual BOOL GetFilterVersion(PHTTP_FILTER_VERSION pVer);
  19. virtual DWORD OnPreprocHeaders(CHttpFilterContext* pCtxt, PHTTP_FILTER_PREPROC_HEADERS pHeaderInfo);
  20. virtual DWORD OnAuthentication(CHttpFilterContext* pCtxt, PHTTP_FILTER_AUTHENT pAuthent);
  21. virtual DWORD OnUrlMap(CHttpFilterContext* pfc, PHTTP_FILTER_URL_MAP pUrlMap);
  22. //}}AFX_VIRTUAL
  23. //{{AFX_MSG(CNimdaFilter)
  24. //}}AFX_MSG
  25. };
  26. //{{AFX_INSERT_LOCATION}}
  27. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  28. #endif // !defined(AFX_NIMDAFILTER_H__E2C92ED8_2DB1_487A_81F2_075669E064C2__INCLUDED)