/* */ #ifndef _D_CONSOLE_STAT_CALC_H_ #define _D_CONSOLE_STAT_CALC_H_ #include "StatCalc.h" #include "TimeA2.h" class ConsoleStatCalc:public StatCalc { private: Time _cp; public: virtual ~ConsoleStatCalc() {} virtual void calculateStat(const RequestGroupManHandle& requestGroupMan, const FileAllocationManHandle& fileAllocationMan, const CheckIntegrityManHandle& checkIntegrityMan); }; typedef SharedHandle ConsoleStatCalcHandle; #endif // _D_CONSOLE_STAT_CALC_H_