aboutsummaryrefslogtreecommitdiff
path: root/bdep/database-views-odb.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/database-views-odb.ixx')
-rw-r--r--bdep/database-views-odb.ixx27
1 files changed, 27 insertions, 0 deletions
diff --git a/bdep/database-views-odb.ixx b/bdep/database-views-odb.ixx
new file mode 100644
index 0000000..96c8c45
--- /dev/null
+++ b/bdep/database-views-odb.ixx
@@ -0,0 +1,27 @@
+// -*- C++ -*-
+//
+// This file was generated by ODB, object-relational mapping (ORM)
+// compiler for C++.
+//
+
+namespace odb
+{
+ // sqlite_master
+ //
+
+ inline
+ void access::view_traits< ::bdep::sqlite_master >::
+ callback (database& db, view_type& x, callback_event e)
+ {
+ ODB_POTENTIALLY_UNUSED (db);
+ ODB_POTENTIALLY_UNUSED (x);
+ ODB_POTENTIALLY_UNUSED (e);
+ }
+}
+
+namespace odb
+{
+ // sqlite_master
+ //
+}
+