aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/traits.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-14 13:54:04 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-14 14:24:23 +0200
commit2b289fe713cd0ece2ce0b5cf6309707ce8a23e1f (patch)
tree8782d9c9e7fef890140ab774727cf0489cd104d0 /odb/oracle/traits.hxx
parent5f66b4f0b1370c167e9aed2334e112d07f93f3b0 (diff)
Const qualify buffer argument in parameter callback function signature
Diffstat (limited to 'odb/oracle/traits.hxx')
-rw-r--r--odb/oracle/traits.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/oracle/traits.hxx b/odb/oracle/traits.hxx
index b5dfc80..a8ada63 100644
--- a/odb/oracle/traits.hxx
+++ b/odb/oracle/traits.hxx
@@ -623,7 +623,7 @@ namespace odb
static bool
param_callback (const void* context,
ub4* position_context,
- void** buffer,
+ const void** buffer,
ub4* size,
chunk_position*,
void* temp_buffer,
@@ -669,7 +669,7 @@ namespace odb
static bool
param_callback (const void* context,
ub4* position_context,
- void** buffer,
+ const void** buffer,
ub4* size,
chunk_position*,
void* temp_buffer,
@@ -753,7 +753,7 @@ namespace odb
static bool
param_callback (const void* context,
ub4* position_context,
- void** buffer,
+ const void** buffer,
ub4* size,
chunk_position*,
void* temp_buffer,