summaryrefslogtreecommitdiff
path: root/odb/relational/header.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/header.hxx')
-rw-r--r--odb/relational/header.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx
index 16c7855..62c2e92 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -940,6 +940,16 @@ namespace relational
// Functions (concrete).
//
+ // callback ()
+ //
+ os << "static void" << endl
+ << "callback (database&, object_type&, callback_event);"
+ << endl;
+
+ os << "static void" << endl
+ << "callback (database&, const object_type&, callback_event);"
+ << endl;
+
// persist ()
//
os << "static void" << endl
@@ -1090,6 +1100,7 @@ namespace relational
generate ()
{
os << "#include <odb/details/buffer.hxx>" << endl
+ << "#include <odb/details/unused.hxx>" << endl
<< endl;
os << "#include <odb/" << db << "/version.hxx>" << endl