00001 #ifndef ICONFIG_H 00002 #define ICONFIG_H 00003 00004 #include <stdexcept> 00005 00006 #include "OnlineDB/EcalCondDB/interface/IUniqueDBObject.h" 00007 00011 class IConfig : public IUniqueDBObject { 00012 }; 00013 00014 #endif