Main Page   Compound List   File List   Compound Members   File Members  

logrecord.h

Go to the documentation of this file.
00001 #ifndef LOGRECORD_H
00002 #define LOGRECORD_H
00003 // $Id: logrecord.h,v 1.2 2001/04/12 14:55:54 dvermeir Exp $ 
00004 #include <string>
00005 
00007 class LogRecord {
00008 public:
00009   LogRecord() {}
00010 };
00011 
00013 bool
00014 parse_line(const string& line,LogRecord&);
00015 #endif

httpstats-stage00 [ 7 April, 2001]