Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

cConfig.cc

Go to the documentation of this file.
00001 #include <iostream>
00002 
00003 #include "Logger.h"
00004 #include "Config.h"
00005 
00006 using namespace std;
00007 
00008 Logger slog;
00009 Config cfg;
00010 
00011 int main(int argc, char *argv[])
00012 {
00013         chdir(getenv("srcdir"));
00014         cfg.read("../etc/newscache.conf-dist");
00015 
00016         cout << "cConfig: newscache.conf-dist ok\n";
00017         exit(0);
00018 }

Generated on Fri Aug 20 10:58:06 2004 for NewsCache by doxygen 1.3.6-20040222