#ifndef _REPORT_FULL_H #define _REPORT_FULL_H #include "Report.h" class Report_Full: public Report { static size_t m_lastTotalPageCount; void spider(const Spider *spider); public: Report_Full(const SpiderManager *_sm); }; #endif