#ifndef __logfile_hist_hh #define __logfile_hist_hh #include class logfile_hist { public: logfile_hist(); virtual ~logfile_hist(); private: }; #endif