aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/oracle-types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:55:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:59:54 +0200
commit68a5c554923bcb1ac223908aefd0181870c6d47f (patch)
treececfe66641d3c8b7956a18cc900b8a07a41c3147 /odb/oracle/oracle-types.hxx
parent679d03b12e9f5d6932985d722dbe66dec75ca211 (diff)
Cosmetic changes
Diffstat (limited to 'odb/oracle/oracle-types.hxx')
-rw-r--r--odb/oracle/oracle-types.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/odb/oracle/oracle-types.hxx b/odb/oracle/oracle-types.hxx
index 6e01bf7..f2e5792 100644
--- a/odb/oracle/oracle-types.hxx
+++ b/odb/oracle/oracle-types.hxx
@@ -122,8 +122,11 @@ namespace odb
};
// An instance of this structure specifies the function to invoke and
- // the context to pass just prior to the image associated with a query
- // being modified.
+ // the context to pass when the object/view image is about to be
+ // modified. This mechanism is used by the query machinery to save the
+ // image between result iteration and dereferencing if something gets
+ // executed between these two operations that would overwrite the
+ // image.
//
struct change_callback
{