From 7823ebdaa6cc9772d1410e6e398ba36501a55f62 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 8 Sep 2011 08:28:22 +0200 Subject: Aesthetic changes --- odb/oracle/oracle-types.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/odb/oracle/oracle-types.hxx b/odb/oracle/oracle-types.hxx index 70006c6..4cdd7bb 100644 --- a/odb/oracle/oracle-types.hxx +++ b/odb/oracle/oracle-types.hxx @@ -17,11 +17,10 @@ namespace odb { struct bind { - ub2 type; // The type stored in the memory pointed to by buffer - // This must be an external OCI type identifier - // of the form SQLT_XXX. + ub2 type; // The type stored by buffer. This must be an + // external OCI type identifier of the form SQLT_XXX. void* buffer; - ub2* size; // The number of bytes of data contained by buffer. + ub2* size; // The number of bytes in buffer. sb4 capacity; // The maximum number of bytes that can be stored in // buffer. sb2* indicator; // Pointer to an OCI indicator variable. -- cgit v1.1