CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/OnlineDB/EcalCondDB/interface/IDef.h

Go to the documentation of this file.
00001 #ifndef IDEF_H
00002 #define IDEF_H
00003 
00004 #include <stdexcept>
00005 
00006 #include "OnlineDB/EcalCondDB/interface/IUniqueDBObject.h"
00007 
00011 class IDef : public IUniqueDBObject {
00012 };
00013 
00014 #endif