CMS 3D CMS Logo

IConfig.h
Go to the documentation of this file.
1 #ifndef ICONFIG_H
2 #define ICONFIG_H
3 
4 #include <stdexcept>
5 
7 
11 class IConfig : public IUniqueDBObject {
12 };
13 
14 #endif
IUniqueDBObject
Definition: IUniqueDBObject.h:11
IUniqueDBObject.h
IConfig
Definition: IConfig.h:11