aboutsummaryrefslogtreecommitdiff
path: root/odb/features.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-26 11:29:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-26 11:29:05 +0200
commit8e046e3ea7e88f872205c2b65cb7f9b86aaabd93 (patch)
treeaba1ae331454eb1e0cf9525faf8a084d3652bda0 /odb/features.hxx
parent6c88333c2e0232aed9e0b3c9077306f09e36c65c (diff)
Make session optional
Diffstat (limited to 'odb/features.hxx')
-rw-r--r--odb/features.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/features.hxx b/odb/features.hxx
index 0468acb..359d99e 100644
--- a/odb/features.hxx
+++ b/odb/features.hxx
@@ -18,6 +18,7 @@ struct features
bool simple_object;
bool polymorphic_object;
bool no_id_object;
+ bool session_object;
bool view;
};