aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/oracle-fwd.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-09-06 09:08:02 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-09-07 15:09:08 +0200
commitfeed84023d4bba8b3de84f1d64007e9c4428681b (patch)
tree56639f18837a212790015156f3505a43b99056ef /odb/oracle/oracle-fwd.hxx
parent63295f6e051e75cf07cb6212a2631df8eb8a90c4 (diff)
Forward declare OCI types used by statement implementation
Diffstat (limited to 'odb/oracle/oracle-fwd.hxx')
-rw-r--r--odb/oracle/oracle-fwd.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/oracle/oracle-fwd.hxx b/odb/oracle/oracle-fwd.hxx
index 96e8199..bc400d1 100644
--- a/odb/oracle/oracle-fwd.hxx
+++ b/odb/oracle/oracle-fwd.hxx
@@ -12,6 +12,9 @@
// allows us to avoid having to include oci.h in public headers.
//
typedef signed int sword;
+typedef signed short sb2;
+typedef unsigned short ub2;
+typedef signed int sb4;
typedef unsigned int ub4;
typedef struct OCIEnv OCIEnv;