Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:16

0001 #ifndef OnlineDBOracle_Oracle_h
0002 #define OnlineDBOracle_Oracle_h
0003 
0004 // Isolate the dependency on Oracle to this header.
0005 #include "occi.h"  //INCLUDECHECKER:SKIP
0006 // Unddefine any dangerous defines in occi.h.
0007 #ifdef CONST
0008 #undef CONST
0009 #endif
0010 
0011 #endif