Main Page   Compound List   File List   Compound Members   File Members  

stats.h

Go to the documentation of this file.
00001 #ifndef STATS_H
00002 #define STATS_H
00003 // $Id: stats.h,v 1.2 2001/04/12 14:55:54 dvermeir Exp $
00004 #include "configuration.h"
00005 #include "logrecord.h"
00006 
00008 class Stats {
00009 public:
00010   Stats(const Configuration&);
00012   void add(const LogRecord&);
00013 };
00014 #endif

httpstats-stage00 [ 7 April, 2001]