aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/error.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-30 12:13:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-30 12:13:33 +0200
commita262bf3d1102a413d2c8161e469ab6f3df8baf96 (patch)
tree3ce794a292c112ab5bed235e3f784f6571530754 /odb/oracle/error.hxx
parent24c8951999e1dc9dc4419dcf5415576ae8b0d55d (diff)
Cosmetic changes
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*);
}
}