api.hpp | api.hpp | |||
---|---|---|---|---|
skipping to change at line 31 | skipping to change at line 31 | |||
#include <opendbx/api.h> | #include <opendbx/api.h> | |||
#include <stdexcept> | #include <stdexcept> | |||
#include <vector> | #include <vector> | |||
#include <string> | #include <string> | |||
#ifndef ODBX_API_HPP | #ifndef ODBX_API_HPP | |||
#define ODBX_API_HPP | #define ODBX_API_HPP | |||
extern "C++" { | extern "C++" { | |||
namespace | namespace OpenDBX | |||
{ | { | |||
class Lob_Impl; | class Lob_Impl; | |||
class Result_Impl; | class Result_Impl; | |||
class Stmt_Impl; | class Stmt_Impl; | |||
class Conn_Impl; | class Conn_Impl; | |||
} | } | |||
namespace OpenDBX | namespace OpenDBX | |||
{ | { | |||
using std::string; | using std::string; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||