Main Page   Compound List   File List   Compound Members   File Members  

logrecord.C

Go to the documentation of this file.
00001 // $Id: logrecord.C,v 1.2 2001/04/12 14:55:54 dvermeir Exp $
00002 
00003 #include "logrecord.h"
00004 
00005 bool
00006 parse_line(const string& line,LogRecord&) {
00007 // Always succeeds for now.
00008 return true;
00009 }

httpstats-stage00 [ 7 April, 2001]