aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/error.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/error.hxx')
-rw-r--r--odb/oracle/error.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/oracle/error.hxx b/odb/oracle/error.hxx
index a715bce..62639db 100644
--- a/odb/oracle/error.hxx
+++ b/odb/oracle/error.hxx
@@ -21,16 +21,16 @@ namespace odb
// exception.
//
LIBODB_ORACLE_EXPORT void
- translate_error (OCIError* h, sword result);
+ translate_error (OCIError*, sword result);
LIBODB_ORACLE_EXPORT void
- translate_error (connection& c, sword result);
+ translate_error (connection&, sword result);
// Translate an OCI error given an environment handle error and throw
// an appropriate exception.
//
LIBODB_ORACLE_EXPORT void
- translate_error (OCIEnv* h);
+ translate_error (OCIEnv*);
}
}