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