CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/OnlineDB/EcalCondDB/interface/IIOV.h

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