Main Page   Compound List   File List   Compound Members   File Members  

configuration.h

Go to the documentation of this file.
00001 #ifndef CONFIGURATION_H
00002 #define CONFIGURATION_H
00003 // $Id: configuration.h,v 1.2 2001/04/12 14:55:53 dvermeir Exp $
00004 
00005 #include <iostream>
00006 
00008 class Configuration {
00009 public:
00010   Configuration() {}
00011   ~Configuration() {}
00012   bool parse(istream&);
00013 };
00014 #endif
00015 

httpstats-stage00 [ 7 April, 2001]