CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IIOV.h
Go to the documentation of this file.
1 #ifndef IIOV_H
2 #define IIOV_H
3 
4 #include <stdexcept>
5 
7 
11 class IIOV : public IUniqueDBObject {
12 };
13 
14 #endif
Definition: IIOV.h:11