src/options/XmlConfig.h

00001 // -*- c++ -*- 
00002 #ifndef HT_OPTIONS_XMLCONFIG_H
00003 #define HT_OPTIONS_XMLCONFIG_H
00004 
00005 #include <options/Config.h>
00006 #include <istream>
00007 
00008 namespace ht {
00009     namespace options {
00010         Config *XmlConfig(std::istream &);
00011     }
00012 }
00013 
00014 #endif

Generated on Thu Jan 3 15:26:45 2008 by  doxygen 1.5.2