![]() |
![]() |
00001 #ifndef OnlineDBOracle_Oracle_h 00002 #define OnlineDBOracle_Oracle_h 00003 00004 // Isolate the dependency on Oracle to this header. 00005 #include "occi.h" //INCLUDECHECKER:SKIP 00006 // Unddefine any dangerous defines in occi.h. 00007 #ifdef CONST 00008 #undef CONST 00009 #endif 00010 00011 #endif