Main Page   Compound List   File List   Compound Members   File Members  

configuration.C

Go to the documentation of this file.
00001 // $Id: configuration.C,v 1.2 2001/04/12 14:55:53 dvermeir Exp $
00002 #include "configuration.h"
00003 
00004 // Parse the configuration file, return true iff no errors.
00005 bool
00006 Configuration::parse(istream& is) {
00007 // Do nothing for now.
00008 return true;
00009 }

httpstats-stage00 [ 7 April, 2001]