summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-06 08:58:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-06 08:58:56 +0200
commit1a4a5134f848404cb6ade9ae384704cea1c95742 (patch)
treeeb3a0bc18172298337aea15331bb453611cc9001 /odb/context.hxx
parent654826cdafaac4199c8a8c90ef3396e312f0944f (diff)
Rename flags for clarity
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 9e7ac0a..416c7c6 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -493,11 +493,10 @@ struct user_sections: std::list<user_section>
static unsigned short const count_versioned_only = 0x40;
- // Count all sections, including special.
+ // Count all sections, but excluding special.
//
static unsigned short const count_all = count_update |
- count_update_empty |
- count_special_version;
+ count_update_empty;
static unsigned short const count_new = 0x1000;
static unsigned short const count_override = 0x2000;