CMS 3D CMS Logo

Oracle.h
Go to the documentation of this file.
1 #ifndef OnlineDBOracle_Oracle_h
2 #define OnlineDBOracle_Oracle_h
3 
4 // Isolate the dependency on Oracle to this header.
5 #include "occi.h" //INCLUDECHECKER:SKIP
6 // Unddefine any dangerous defines in occi.h.
7 #ifdef CONST
8 #undef CONST
9 #endif
10 
11 #endif