summaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-27 15:54:35 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-01 13:14:55 +0200
commit25feb0393f8c8a1e9e0e0edf369b10b318a60599 (patch)
tree081bd6f7d87a83bbe5c6b9685cda268b127e5ac7 /odb/relational/source.hxx
parentcf655b58f841f29adb214c710a47dcb0b32c5bc9 (diff)
Implement query image change callback machinery
Diffstat (limited to 'odb/relational/source.hxx')
-rw-r--r--odb/relational/source.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index a82fe6a..6296f74 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -2182,6 +2182,11 @@ namespace relational
}
virtual void
+ init_image_pre (type&)
+ {
+ }
+
+ virtual void
init_value_extra ()
{
}
@@ -2413,6 +2418,8 @@ namespace relational
os << "assert (sk != statement_update);"
<< endl;
+ init_image_pre (c);
+
os << "bool grew (false);"
<< endl;