#ifndef __logfile_stats_hh #define __logfile_stats_hh class logfile_stats { public: logfile_stats(); virtual ~logfile_stats(); private: }; #endif