Skip to content
Snippets Groups Projects
Commit af267543 authored by Sergey Linev's avatar Sergey Linev
Browse files

[oracle] allow occi includes also with cling

CINT was not able to parse them correctly
parent 1529753e
No related branches found
No related tags found
No related merge requests found
......@@ -16,22 +16,15 @@
#include <vector>
#if !defined(__CINT__)
#ifndef R__WIN32
#include <sys/time.h>
#endif
#include <occi.h>
#ifdef CONST
#undef CONST
#endif
#else
namespace oracle { namespace occi {
class Connection;
class Statement;
class ResultSet;
class MetaData;
}}
#endif
class TList;
......
......@@ -14,17 +14,11 @@
#include "TSQLRow.h"
#if !defined(__CINT__)
#include <occi.h>
#ifdef CONST
#undef CONST
#endif
#else
namespace oracle { namespace occi {
class ResultSet;
class MetaData;
}}
#endif
class TOracleRow : public TSQLRow {
......
......@@ -14,21 +14,15 @@
#include "TSQLServer.h"
#if !defined(__CINT__)
#ifndef R__WIN32
#include <sys/time.h>
#endif
#include <occi.h>
#ifdef CONST
#undef CONST
#endif
#else
namespace oracle { namespace occi {
class Environment;
class Connection;
}}
#endif
class TOracleServer : public TSQLServer {
......
......@@ -14,20 +14,11 @@
#include "TSQLStatement.h"
#if !defined(__CINT__)
#include <occi.h>
#ifdef CONST
#undef CONST
#endif
#else
namespace oracle { namespace occi {
class Environment;
class Connection;
class Statement;
class ResultSet;
class MetaData;
}}
#endif
class TOracleStatement : public TSQLStatement {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment